#B46C3F

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

Shades of Bourbon #B46C3F

Tints of Bourbon #B46C3F

Color information

#B46C3F (or 0xB46C3F) is unknown color: approx Bourbon. HEX triplet: B4, 6C and 3F. RGB value is (180,108,63). Sum of RGB (Red+Green+Blue) = 180+108+63=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C3F is #4B93C0. Grayscale: #7C7C7C. Windows color (decimal): -4953025 or 4156596. OLE color: 4156596.

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

Color convert

RGB18010863-
CMYK00.400.650.29
HSL23.08º48.15%47.65%-
HSV(B)23.08º65%70.59%-
XYZ25.0820.797.39-
YUV124.493.35167.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 108 (42.58% from 255) = 30.77%
BLUE value IS 63 (25% from 255) = 17.95%
R=51.28%
G=30.77%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801086300.400.650.2923.0848.1547.65
HexB46C3F028411D173030
Octal2641547705010135276060
Binary101101001101100111111010100010000011110110111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C3F; }

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

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

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

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

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

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

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

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