#B06F42

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

Shades of Bourbon #B06F42

Tints of Bourbon #B06F42

Color information

#B06F42 (or 0xB06F42) is unknown color: approx Bourbon. HEX triplet: B0, 6F and 42. RGB value is (176,111,66). Sum of RGB (Red+Green+Blue) = 176+111+66=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F42 is #4F90BD. Grayscale: #7D7D7D. Windows color (decimal): -5214398 or 4353968. OLE color: 4353968.

HSL color Cylindrical-coordinate representation of color #B06F42: hue angle of 24.55º 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 #B06F42 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17611166-
CMYK00.370.620.31
HSL24.55º45.45%47.45%-
HSV(B)24.55º62.5%69.02%-
XYZ24.5720.997.91-
YUV125.394.53164.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=49.86%
G=31.44%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761116600.370.620.3124.5545.4547.45
HexB06F420253E1F192d2f
Octal2601571020457637315557
Binary101100001101111100001001001011111101111111001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F42; }

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

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

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

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

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

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

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

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