#B36C39

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

Shades of Bourbon #B36C39

Tints of Bourbon #B36C39

Color information

#B36C39 (or 0xB36C39) is unknown color: approx Bourbon. HEX triplet: B3, 6C and 39. RGB value is (179,108,57). Sum of RGB (Red+Green+Blue) = 179+108+57=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36C39 is #4C93C6. Grayscale: #7B7B7B. Windows color (decimal): -5018567 or 3763379. OLE color: 3763379.

HSL color Cylindrical-coordinate representation of color #B36C39: hue angle of 25.08º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B36C39 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB17910857-
CMYK00.400.680.30
HSL25.08º51.69%46.27%-
HSV(B)25.08º68.16%70.2%-
XYZ24.6920.66.55-
YUV123.4290.52167.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 57 (22.66% from 255) = 16.57%
R=52.03%
G=31.40%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791085700.400.680.3025.0851.6946.27
HexB36C39028441E19342e
Octal2631547105010436316456
Binary101100111101100111001010100010001001111011001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36C39; }

 p { color: rgb(179,108,57); }

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

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

 a { background-color: rgb(179,108,57); }

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

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

 span { border-color: rgb(179,108,57); }

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