#B76E43

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

Shades of Bourbon #B76E43

Tints of Bourbon #B76E43

Color information

#B76E43 (or 0xB76E43) is unknown color: approx Bourbon. HEX triplet: B7, 6E and 43. RGB value is (183,110,67). Sum of RGB (Red+Green+Blue) = 183+110+67=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E43 is #4891BC. Grayscale: #7F7F7F. Windows color (decimal): -4755901 or 4419255. OLE color: 4419255.

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

Color convert

RGB18311067-
CMYK00.400.630.28
HSL22.24º46.4%49.02%-
HSV(B)22.24º63.39%71.76%-
XYZ26.1221.628.11-
YUV126.9294.18168-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 67 (26.56% from 255) = 18.61%
R=50.83%
G=30.56%
B=18.61%

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
Decimal1831106700.400.630.2822.2446.449.02
HexB76E430283F1C162e31
Octal2671561030507734265661
Binary101101111101110100001101010001111111110010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E43; }

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

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

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

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

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

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

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

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