#B46C42

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

Shades of Bourbon #B46C42

Tints of Bourbon #B46C42

Color information

#B46C42 (or 0xB46C42) is unknown color: approx Bourbon. HEX triplet: B4, 6C and 42. RGB value is (180,108,66). Sum of RGB (Red+Green+Blue) = 180+108+66=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C42 is #4B93BD. Grayscale: #7C7C7C. Windows color (decimal): -4953022 or 4353204. OLE color: 4353204.

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

Color convert

RGB18010866-
CMYK00.400.630.29
HSL22.11º46.34%48.24%-
HSV(B)22.11º63.33%70.59%-
XYZ25.1720.827.85-
YUV124.7494.85167.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 66 (26.17% from 255) = 18.64%
R=50.85%
G=30.51%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801086600.400.630.2922.1146.3448.24
HexB46C420283F1D162e30
Octal2641541020507735265660
Binary101101001101100100001001010001111111110110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C42; }

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

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

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

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

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

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

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

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