#B46942

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

Shades of Bourbon #B46942

Tints of Bourbon #B46942

Color information

#B46942 (or 0xB46942) is unknown color: approx Bourbon. HEX triplet: B4, 69 and 42. RGB value is (180,105,66). Sum of RGB (Red+Green+Blue) = 180+105+66=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B46942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46942 is #4B96BD. Grayscale: #7B7B7B. Windows color (decimal): -4953790 or 4352436. OLE color: 4352436.

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

Color convert

RGB18010566-
CMYK00.420.630.29
HSL20.53º46.34%48.24%-
HSV(B)20.53º63.33%70.59%-
XYZ24.8620.27.74-
YUV122.9895.85168.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 66 (26.17% from 255) = 18.80%
R=51.28%
G=29.91%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801056600.420.630.2920.5346.3448.24
HexB4694202A3F1D152e30
Octal2641511020527735255660
Binary101101001101001100001001010101111111110110101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46942; }

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

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

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

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

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

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

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

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