#B36D3F

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

Shades of Bourbon #B36D3F

Tints of Bourbon #B36D3F

Color information

#B36D3F (or 0xB36D3F) is unknown color: approx Bourbon. HEX triplet: B3, 6D and 3F. RGB value is (179,109,63). Sum of RGB (Red+Green+Blue) = 179+109+63=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D3F is #4C92C0. Grayscale: #7C7C7C. Windows color (decimal): -5018305 or 4156851. OLE color: 4156851.

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

Color convert

RGB17910963-
CMYK00.390.650.30
HSL23.79º47.93%47.45%-
HSV(B)23.79º64.8%70.2%-
XYZ24.9620.887.42-
YUV124.6993.19166.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 63 (25% from 255) = 17.95%
R=51.00%
G=31.05%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791096300.390.650.3023.7947.9347.45
HexB36D3F027411E18302f
Octal2631557704710136306057
Binary101100111101101111111010011110000011111011000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36D3F; }

 p { color: rgb(179,109,63); }

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

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

 a { background-color: rgb(179,109,63); }

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

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

 span { border-color: rgb(179,109,63); }

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