#B36942

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

Shades of Bourbon #B36942

Tints of Bourbon #B36942

Color information

#B36942 (or 0xB36942) is unknown color: approx Bourbon. HEX triplet: B3, 69 and 42. RGB value is (179,105,66). Sum of RGB (Red+Green+Blue) = 179+105+66=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B36942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36942 is #4C96BD. Grayscale: #7A7A7A. Windows color (decimal): -5019326 or 4352435. OLE color: 4352435.

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

Color convert

RGB17910566-
CMYK00.410.630.30
HSL20.71º46.12%48.04%-
HSV(B)20.71º63.13%70.2%-
XYZ24.6320.087.73-
YUV122.6896.02168.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.14%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 66 (26.17% from 255) = 18.86%
R=51.14%
G=30%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791056600.410.630.3020.7146.1248.04
HexB369420293F1E152e30
Octal2631511020517736255660
Binary101100111101001100001001010011111111111010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36942; }

 p { color: rgb(179,105,66); }

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

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

 a { background-color: rgb(179,105,66); }

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

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

 span { border-color: rgb(179,105,66); }

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