#B06337

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

Shades of Bourbon #B06337

Tints of Bourbon #B06337

Color information

#B06337 (or 0xB06337) is unknown color: approx Bourbon. HEX triplet: B0, 63 and 37. RGB value is (176,99,55). Sum of RGB (Red+Green+Blue) = 176+99+55=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B06337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06337 is #4F9CC8. Grayscale: #757575. Windows color (decimal): -5217481 or 3630000. OLE color: 3630000.

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

Color convert

RGB1769955-
CMYK00.440.690.31
HSL21.82º52.38%45.29%-
HSV(B)21.82º68.75%69.02%-
XYZ23.0618.435.96-
YUV117.0193.01170.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 55 (21.88% from 255) = 16.67%
R=53.33%
G=30%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176995500.440.690.3121.8252.3845.29
HexB0633702C451F16342d
Octal2601436705410537266455
Binary101100001100011110111010110010001011111110110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06337; }

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

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

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

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

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

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

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

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