:
logo qtransform

  to  




#B88242 color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #B88242
#B88242

   In a RGB color space, hex #B88242 is composed of 72% red, 51% green and 26% blue.
RGB color code is composed of a hexadecimal B8 red (184/255), a 82 green (130/255) and a 42 blue component (66/255). The decimal RGB color code is rgb(184,130,66)
In CMYK color space, it is composed of 0% cyan, 29% magenta, 64% yellow and 28% black.
It has a hue angle of 32.54o degrees, a saturation of 47% and a lightness of 49%.
Closest websafe color is: #cc9933 rgb (204, 153, 51).
twitter  facebook  whatsapp


Color conversion




#B88242
rgb(184,130,66)
=72%
from 255
51%
from 255
26%
from 255
=0
from 100
29
from 100
64
from 100
28
from 100
R: 184
red
G: 130
green
B: 66
blue
C: 0
cyan
M: 29
magenta
Y: 64
yellow
K: 28
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #B88242 has RGB values of R:184, G:130, B:66 and CMYK values of C:0, M:29, Y:64, K:28. Its decimal value is 12091970.Binary code is 101110001000001001000010
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex colorB88242 #B88242
RGB decimal184, 130, 66 rgb(184, 130, 66)
RGB %72, 51, 26 rgb(72%, 51%, 26%)
RGB Adobe169, 129, 72
CMYK %0, 29, 64, 28 0%, 29%, 64%, 28%
HSL32.54o, 47, 49 hsl(32.54o, 47%, 49%)
HSV (HSB)33o, 64%, 72% hsv(33o, 64%, 72%)
Web Safe color#cc9933 rgb (204, 153, 51)
XYZ28.733, 26.549 8.764
xyY0.45, 0.41, 26.55
Hunter-Lab51.53, 12.31, 24.07
CMY28%, 49%, 74%
Lab58.97, 16.69, 42.55
Binary color
B8 82 42
10111000 10000010 1000010

Shades and tints of #B88242


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #251A0E is the darkest color, and: #F1E6DA is the lightest one.

Tint color variation #B88242


Shade color variation


Tones of #B88242
A tone is produced by adding gray to any pure hue. In this case, #B28248 is the less saturated color, and #94826B is the most saturated one.


Alternatives to #B88242


Below, you can see some colors close to #B88242. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.




Quick use #B88242


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#B88242;">Text here</font>

<div style="background-color:#B88242;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#B88242;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#B88242;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #B88242
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #B88242;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #B88242;



Box border html code Text shadow with RGB values for color #B88242
box border html code for color #B88242

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #B88242;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(184, 130, 66, 1.4);



Pre-formatted code B88242 code for script / programming
HTML, CSS: = #B88242; rgb(184, 130, 66)
Java: = new Color(184, 130, 66)
.NET: = Color.FromArgb (184, 130, 66);
Xojo: = rgb (184, 130, 66, 0);
openGL: = glColor3f (0.72f, 0.51f, 0.26f);
Swift: = UIColor(red:0.72, green:0.51, blue:0.26, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.72 green:0.51 blue:0.26 alpha:1.00000];


Color schemes with #B88242


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 64% has a #B88242 saturation. Adding 64% + 10% = 74% saturation for our new color #916126. Decreasing 64% - 10% = 54% saturation for other monochromatic color #DEA866.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #B88242 has a 33o angle. Adding 33o + 180o = 213oo for our new complementary color #4277B8.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #B88242 has a 33o angle. Adding 33o + 180o+30o = 243o for our first complementary color #4842B8. Decreasing 33o + 180o-30o = 183o for the second complementary color #42B2B8.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.