#B06E43

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

Shades of Bourbon #B06E43

Tints of Bourbon #B06E43

Color information

#B06E43 (or 0xB06E43) is unknown color: approx Bourbon. HEX triplet: B0, 6E and 43. RGB value is (176,110,67). Sum of RGB (Red+Green+Blue) = 176+110+67=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E43 is #4F91BC. Grayscale: #7D7D7D. Windows color (decimal): -5214653 or 4419248. OLE color: 4419248.

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

Color convert

RGB17611067-
CMYK00.370.620.31
HSL23.67º44.86%47.65%-
HSV(B)23.67º61.93%69.02%-
XYZ24.4920.798.03-
YUV124.8395.37164.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 67 (26.56% from 255) = 18.98%
R=49.86%
G=31.16%
B=18.98%

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
Decimal1761106700.370.620.3123.6744.8647.65
HexB06E430253E1F182d30
Octal2601561030457637305560
Binary101100001101110100001101001011111101111111000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E43; }

 p { color: rgb(176,110,67); }

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

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

 a { background-color: rgb(176,110,67); }

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

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

 span { border-color: rgb(176,110,67); }

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