#B46B47

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

Shades of Bourbon #B46B47

Tints of Bourbon #B46B47

Color information

#B46B47 (or 0xB46B47) is unknown color: approx Bourbon. HEX triplet: B4, 6B and 47. RGB value is (180,107,71). Sum of RGB (Red+Green+Blue) = 180+107+71=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46B47 is #4B94B8. Grayscale: #7C7C7C. Windows color (decimal): -4953273 or 4680628. OLE color: 4680628.

HSL color Cylindrical-coordinate representation of color #B46B47: hue angle of 19.82º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B46B47 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18010771-
CMYK00.410.610.29
HSL19.82º43.43%49.22%-
HSV(B)19.82º60.56%70.59%-
XYZ25.2220.678.62-
YUV124.7297.68167.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 71 (28.12% from 255) = 19.83%
R=50.28%
G=29.89%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801077100.410.610.2919.8243.4349.22
HexB46B470293D1D142b31
Octal2641531070517535245361
Binary101101001101011100011101010011111011110110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B47; }

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

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

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

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

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

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

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

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