#B46B42

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

Shades of Bourbon #B46B42

Tints of Bourbon #B46B42

Color information

#B46B42 (or 0xB46B42) is unknown color: approx Bourbon. HEX triplet: B4, 6B and 42. RGB value is (180,107,66). Sum of RGB (Red+Green+Blue) = 180+107+66=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46B42 is #4B94BD. Grayscale: #7C7C7C. Windows color (decimal): -4953278 or 4352948. OLE color: 4352948.

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

Color convert

RGB18010766-
CMYK00.410.630.29
HSL21.58º46.34%48.24%-
HSV(B)21.58º63.33%70.59%-
XYZ25.0620.617.81-
YUV124.1595.18167.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=50.99%
G=30.31%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801076600.410.630.2921.5846.3448.24
HexB46B420293F1D162e30
Octal2641531020517735265660
Binary101101001101011100001001010011111111110110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B42; }

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

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

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

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

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

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

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

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