#B06B42

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

Shades of Bourbon #B06B42

Tints of Bourbon #B06B42

Color information

#B06B42 (or 0xB06B42) is unknown color: approx Bourbon. HEX triplet: B0, 6B and 42. RGB value is (176,107,66). Sum of RGB (Red+Green+Blue) = 176+107+66=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06B42 is #4F94BD. Grayscale: #7B7B7B. Windows color (decimal): -5215422 or 4352944. OLE color: 4352944.

HSL color Cylindrical-coordinate representation of color #B06B42: hue angle of 22.36º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B06B42 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17610766-
CMYK00.390.620.31
HSL22.36º45.45%47.45%-
HSV(B)22.36º62.5%69.02%-
XYZ24.1520.147.77-
YUV122.9695.86165.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=50.43%
G=30.66%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761076600.390.620.3122.3645.4547.45
HexB06B420273E1F162d2f
Octal2601531020477637265557
Binary101100001101011100001001001111111101111110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B42; }

 p { color: rgb(176,107,66); }

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

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

 a { background-color: rgb(176,107,66); }

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

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

 span { border-color: rgb(176,107,66); }

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