#B76A45

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

Shades of Bourbon #B76A45

Tints of Bourbon #B76A45

Color information

#B76A45 (or 0xB76A45) is unknown color: approx Bourbon. HEX triplet: B7, 6A and 45. RGB value is (183,106,69). Sum of RGB (Red+Green+Blue) = 183+106+69=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A45 is #4895BA. Grayscale: #7D7D7D. Windows color (decimal): -4756923 or 4549303. OLE color: 4549303.

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

Color convert

RGB18310669-
CMYK00.420.620.28
HSL19.47º45.24%49.41%-
HSV(B)19.47º62.3%71.76%-
XYZ25.7620.818.29-
YUV124.896.51169.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 69 (27.34% from 255) = 19.27%
R=51.12%
G=29.61%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831066900.420.620.2819.4745.2449.41
HexB76A4502A3E1C132d31
Octal2671521050527634235561
Binary101101111101010100010101010101111101110010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A45; }

 p { color: rgb(183,106,69); }

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

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

 a { background-color: rgb(183,106,69); }

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

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

 span { border-color: rgb(183,106,69); }

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