#B76C48

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

Shades of Bourbon #B76C48

Tints of Bourbon #B76C48

Color information

#B76C48 (or 0xB76C48) is unknown color: approx Bourbon. HEX triplet: B7, 6C and 48. RGB value is (183,108,72). Sum of RGB (Red+Green+Blue) = 183+108+72=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C48 is #4893B7. Grayscale: #7E7E7E. Windows color (decimal): -4756408 or 4746423. OLE color: 4746423.

HSL color Cylindrical-coordinate representation of color #B76C48: hue angle of 19.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B76C48 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18310872-
CMYK00.410.610.28
HSL19.46º43.53%50%-
HSV(B)19.46º60.66%71.76%-
XYZ26.0621.268.86-
YUV126.3297.35168.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=50.41%
G=29.75%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831087200.410.610.2819.4643.5350
HexB76C480293D1C132c32
Octal2671541100517534235462
Binary101101111101100100100001010011111011110010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C48; }

 p { color: rgb(183,108,72); }

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

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

 a { background-color: rgb(183,108,72); }

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

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

 span { border-color: rgb(183,108,72); }

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