#B76F4A

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

Shades of Bourbon #B76F4A

Tints of Bourbon #B76F4A

Color information

#B76F4A (or 0xB76F4A) is unknown color: approx Bourbon. HEX triplet: B7, 6F and 4A. RGB value is (183,111,74). Sum of RGB (Red+Green+Blue) = 183+111+74=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F4A is #4890B5. Grayscale: #808080. Windows color (decimal): -4755638 or 4878263. OLE color: 4878263.

HSL color Cylindrical-coordinate representation of color #B76F4A: hue angle of 20.37º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B76F4A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18311174-
CMYK00.390.600.28
HSL20.37º43.08%50.39%-
HSV(B)20.37º59.56%71.76%-
XYZ26.4521.939.32-
YUV128.3197.35167.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 74 (29.30% from 255) = 20.11%
R=49.73%
G=30.16%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831117400.390.600.2820.3743.0850.39
HexB76F4A0273C1C142b32
Octal2671571120477434245362
Binary101101111101111100101001001111111001110010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F4A; }

 p { color: rgb(183,111,74); }

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

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

 a { background-color: rgb(183,111,74); }

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

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

 span { border-color: rgb(183,111,74); }

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