#B76D40

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

Shades of Bourbon #B76D40

Tints of Bourbon #B76D40

Color information

#B76D40 (or 0xB76D40) is unknown color: approx Bourbon. HEX triplet: B7, 6D and 40. RGB value is (183,109,64). Sum of RGB (Red+Green+Blue) = 183+109+64=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D40 is #4892BF. Grayscale: #7E7E7E. Windows color (decimal): -4756160 or 4222391. OLE color: 4222391.

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

Color convert

RGB18310964-
CMYK00.400.650.28
HSL22.69º48.18%48.43%-
HSV(B)22.69º65.03%71.76%-
XYZ25.9221.377.61-
YUV12693.02168.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 109 (42.97% from 255) = 30.62%
BLUE value IS 64 (25.39% from 255) = 17.98%
R=51.40%
G=30.62%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831096400.400.650.2822.6948.1848.43
HexB76D40028411C173030
Octal26715510005010134276060
Binary1011011111011011000000010100010000011110010111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76D40; }

 p { color: rgb(183,109,64); }

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

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

 a { background-color: rgb(183,109,64); }

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

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

 span { border-color: rgb(183,109,64); }

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