#B06937

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

Shades of Bourbon #B06937

Tints of Bourbon #B06937

Color information

#B06937 (or 0xB06937) is unknown color: approx Bourbon. HEX triplet: B0, 69 and 37. RGB value is (176,105,55). Sum of RGB (Red+Green+Blue) = 176+105+55=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B06937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06937 is #4F96C8. Grayscale: #787878. Windows color (decimal): -5215945 or 3631536. OLE color: 3631536.

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

Color convert

RGB17610555-
CMYK00.400.690.31
HSL24.79º52.38%45.29%-
HSV(B)24.79º68.75%69.02%-
XYZ23.6519.616.15-
YUV120.5391.02167.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.38%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 55 (21.88% from 255) = 16.37%
R=52.38%
G=31.25%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761055500.400.690.3124.7952.3845.29
HexB06937028451F19342d
Octal2601516705010537316455
Binary101100001101001110111010100010001011111111001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06937; }

 p { color: rgb(176,105,55); }

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

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

 a { background-color: rgb(176,105,55); }

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

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

 span { border-color: rgb(176,105,55); }

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