#B06E41

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

Shades of Bourbon #B06E41

Tints of Bourbon #B06E41

Color information

#B06E41 (or 0xB06E41) is unknown color: approx Bourbon. HEX triplet: B0, 6E and 41. RGB value is (176,110,65). Sum of RGB (Red+Green+Blue) = 176+110+65=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E41 is #4F91BE. Grayscale: #7C7C7C. Windows color (decimal): -5214655 or 4288176. OLE color: 4288176.

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

Color convert

RGB17611065-
CMYK00.370.630.31
HSL24.32º46.06%47.25%-
HSV(B)24.32º63.07%69.02%-
XYZ24.4320.767.72-
YUV124.694.37164.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=50.14%
G=31.34%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761106500.370.630.3124.3246.0647.25
HexB06E410253F1F182e2f
Octal2601561010457737305657
Binary101100001101110100000101001011111111111111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E41; }

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

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

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

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

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

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

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

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