#B36B46

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

Shades of Bourbon #B36B46

Tints of Bourbon #B36B46

Color information

#B36B46 (or 0xB36B46) is unknown color: approx Bourbon. HEX triplet: B3, 6B and 46. RGB value is (179,107,70). Sum of RGB (Red+Green+Blue) = 179+107+70=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36B46 is #4C94B9. Grayscale: #7C7C7C. Windows color (decimal): -5018810 or 4615091. OLE color: 4615091.

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

Color convert

RGB17910770-
CMYK00.400.610.30
HSL20.37º43.78%48.82%-
HSV(B)20.37º60.89%70.2%-
XYZ24.9520.548.44-
YUV124.3197.35167.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 107 (42.19% from 255) = 30.06%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=50.28%
G=30.06%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791077000.400.610.3020.3743.7848.82
HexB36B460283D1E142c31
Octal2631531060507536245461
Binary101100111101011100011001010001111011111010100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36B46; }

 p { color: rgb(179,107,70); }

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

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

 a { background-color: rgb(179,107,70); }

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

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

 span { border-color: rgb(179,107,70); }

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