#B76D43

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

Shades of Bourbon #B76D43

Tints of Bourbon #B76D43

Color information

#B76D43 (or 0xB76D43) is unknown color: approx Bourbon. HEX triplet: B7, 6D and 43. RGB value is (183,109,67). Sum of RGB (Red+Green+Blue) = 183+109+67=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76D43 is #4892BC. Grayscale: #7E7E7E. Windows color (decimal): -4756157 or 4418999. OLE color: 4418999.

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

Color convert

RGB18310967-
CMYK00.400.630.28
HSL21.72º46.4%49.02%-
HSV(B)21.72º63.39%71.76%-
XYZ26.0121.418.07-
YUV126.3494.52168.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 67 (26.56% from 255) = 18.66%
R=50.97%
G=30.36%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831096700.400.630.2821.7246.449.02
HexB76D430283F1C162e31
Octal2671551030507734265661
Binary101101111101101100001101010001111111110010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76D43; }

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

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

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

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

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

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

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

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