#B46943

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

Shades of Bourbon #B46943

Tints of Bourbon #B46943

Color information

#B46943 (or 0xB46943) is unknown color: approx Bourbon. HEX triplet: B4, 69 and 43. RGB value is (180,105,67). Sum of RGB (Red+Green+Blue) = 180+105+67=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B46943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46943 is #4B96BC. Grayscale: #7B7B7B. Windows color (decimal): -4953789 or 4417972. OLE color: 4417972.

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

Color convert

RGB18010567-
CMYK00.420.630.29
HSL20.18º45.75%48.43%-
HSV(B)20.18º62.78%70.59%-
XYZ24.8920.217.9-
YUV123.0996.35168.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=51.14%
G=29.83%
B=19.03%

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
Decimal1801056700.420.630.2920.1845.7548.43
HexB4694302A3F1D142e30
Octal2641511030527735245660
Binary101101001101001100001101010101111111110110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46943; }

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

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

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

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

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

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

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

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