#B37742

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

Shades of Bourbon #B37742

Tints of Bourbon #B37742

Color information

#B37742 (or 0xB37742) is unknown color: approx Bourbon. HEX triplet: B3, 77 and 42. RGB value is (179,119,66). Sum of RGB (Red+Green+Blue) = 179+119+66=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B37742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37742 is #4C88BD. Grayscale: #838383. Windows color (decimal): -5015742 or 4356019. OLE color: 4356019.

HSL color Cylindrical-coordinate representation of color #B37742: hue angle of 28.14º 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 #B37742 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17911966-
CMYK00.340.630.30
HSL28.14º46.12%48.04%-
HSV(B)28.14º63.13%70.2%-
XYZ26.1723.178.25-
YUV130.991.38162.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 119 (46.88% from 255) = 32.69%
BLUE value IS 66 (26.17% from 255) = 18.13%
R=49.18%
G=32.69%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791196600.340.630.3028.1446.1248.04
HexB377420223F1E1c2e30
Octal2631671020427736345660
Binary101100111110111100001001000101111111111011100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37742; }

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

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

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

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

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

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

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

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