#B36E41

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

Shades of Bourbon #B36E41

Tints of Bourbon #B36E41

Color information

#B36E41 (or 0xB36E41) is unknown color: approx Bourbon. HEX triplet: B3, 6E and 41. RGB value is (179,110,65). Sum of RGB (Red+Green+Blue) = 179+110+65=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36E41 is #4C91BE. Grayscale: #7D7D7D. Windows color (decimal): -5018047 or 4288179. OLE color: 4288179.

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

Color convert

RGB17911065-
CMYK00.390.640.30
HSL23.68º46.72%47.84%-
HSV(B)23.68º63.69%70.2%-
XYZ25.1221.127.75-
YUV125.593.86166.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.56%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 65 (25.78% from 255) = 18.36%
R=50.56%
G=31.07%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791106500.390.640.3023.6846.7247.84
HexB36E41027401E182f30
Octal26315610104710036305760
Binary1011001111011101000001010011110000001111011000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E41; }

 p { color: rgb(179,110,65); }

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

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

 a { background-color: rgb(179,110,65); }

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

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

 span { border-color: rgb(179,110,65); }

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