#B76C46

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

Shades of Bourbon #B76C46

Tints of Bourbon #B76C46

Color information

#B76C46 (or 0xB76C46) is unknown color: approx Bourbon. HEX triplet: B7, 6C and 46. RGB value is (183,108,70). Sum of RGB (Red+Green+Blue) = 183+108+70=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C46 is #4893B9. Grayscale: #7E7E7E. Windows color (decimal): -4756410 or 4615351. OLE color: 4615351.

HSL color Cylindrical-coordinate representation of color #B76C46: hue angle of 20.18º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B76C46 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18310870-
CMYK00.410.620.28
HSL20.18º44.66%49.61%-
HSV(B)20.18º61.75%71.76%-
XYZ2621.238.52-
YUV126.0996.35168.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 70 (27.73% from 255) = 19.39%
R=50.69%
G=29.92%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831087000.410.620.2820.1844.6649.61
HexB76C460293E1C142d32
Octal2671541060517634245562
Binary101101111101100100011001010011111101110010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C46; }

 p { color: rgb(183,108,70); }

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

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

 a { background-color: rgb(183,108,70); }

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

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

 span { border-color: rgb(183,108,70); }

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