#B66B39

Color #B66B39 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #B66B39

Tints of Bourbon #B66B39

Color information

#B66B39 (or 0xB66B39) is unknown color: approx Bourbon. HEX triplet: B6, 6B and 39. RGB value is (182,107,57). Sum of RGB (Red+Green+Blue) = 182+107+57=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66B39 is #4994C6. Grayscale: #7B7B7B. Windows color (decimal): -4822215 or 3763126. OLE color: 3763126.

HSL color Cylindrical-coordinate representation of color #B66B39: hue angle of 24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B66B39 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18210757-
CMYK00.410.690.29
HSL24º52.3%46.86%-
HSV(B)24º68.68%71.37%-
XYZ25.2920.766.54-
YUV123.7290.35169.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 57 (22.66% from 255) = 16.47%
R=52.60%
G=30.92%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821075700.410.690.292452.346.86
HexB66B39029451D18342f
Octal2661537105110535306457
Binary101101101101011111001010100110001011110111000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B39; }

 p { color: rgb(182,107,57); }

 H1.HeaderClassName
 {
   color: #B66B39;
 }
 .AnyTagClassName
 {
   color: #B66B39;
 }
</style>
background-color css

<style>
 a { background-color: #B66B39; }

 a { background-color: rgb(182,107,57); }

 div.DivClassName
 {
   background-color: #B66B39;
 }
 .BgClassName
 {
   background-color: #B66B39;
 }
</style>
border-color css

<style>
 span { border-color: #B66B39; }

 span { border-color: rgb(182,107,57); }

 td.TdClassName
 {
   border-color: #B66B39;
 }
 .TagClassName
 {
   border-color: #B66B39;
 }
</style>