#B77040

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

Shades of Bourbon #B77040

Tints of Bourbon #B77040

Color information

#B77040 (or 0xB77040) is unknown color: approx Bourbon. HEX triplet: B7, 70 and 40. RGB value is (183,112,64). Sum of RGB (Red+Green+Blue) = 183+112+64=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B77040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77040 is #488FBF. Grayscale: #808080. Windows color (decimal): -4755392 or 4223159. OLE color: 4223159.

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

Color convert

RGB18311264-
CMYK00.390.650.28
HSL24.2º48.18%48.43%-
HSV(B)24.2º65.03%71.76%-
XYZ26.2522.037.72-
YUV127.7692.02167.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=50.97%
G=31.20%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831126400.390.650.2824.248.1848.43
HexB77040027411C183030
Octal26716010004710134306060
Binary1011011111100001000000010011110000011110011000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77040; }

 p { color: rgb(183,112,64); }

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

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

 a { background-color: rgb(183,112,64); }

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

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

 span { border-color: rgb(183,112,64); }

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