#B06736

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

Shades of Bourbon #B06736

Tints of Bourbon #B06736

Color information

#B06736 (or 0xB06736) is unknown color: approx Bourbon. HEX triplet: B0, 67 and 36. RGB value is (176,103,54). Sum of RGB (Red+Green+Blue) = 176+103+54=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B06736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06736 is #4F98C9. Grayscale: #777777. Windows color (decimal): -5216458 or 3565488. OLE color: 3565488.

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

Color convert

RGB17610354-
CMYK00.410.690.31
HSL24.1º53.04%45.1%-
HSV(B)24.1º69.32%69.02%-
XYZ23.4219.25.96-
YUV119.2491.18168.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=52.85%
G=30.93%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761035400.410.690.3124.153.0445.1
HexB06736029451F18352d
Octal2601476605110537306555
Binary101100001100111110110010100110001011111111000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06736; }

 p { color: rgb(176,103,54); }

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

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

 a { background-color: rgb(176,103,54); }

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

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

 span { border-color: rgb(176,103,54); }

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