#B67040

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

Shades of Bourbon #B67040

Tints of Bourbon #B67040

Color information

#B67040 (or 0xB67040) is unknown color: approx Bourbon. HEX triplet: B6, 70 and 40. RGB value is (182,112,64). Sum of RGB (Red+Green+Blue) = 182+112+64=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B67040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67040 is #498FBF. Grayscale: #7F7F7F. Windows color (decimal): -4820928 or 4223158. OLE color: 4223158.

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

Color convert

RGB18211264-
CMYK00.380.650.29
HSL24.41º47.97%48.24%-
HSV(B)24.41º64.84%71.37%-
XYZ26.0121.97.71-
YUV127.4692.19166.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=50.84%
G=31.28%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821126400.380.650.2924.4147.9748.24
HexB67040026411D183030
Octal26616010004610135306060
Binary1011011011100001000000010011010000011110111000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67040; }

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

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

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

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

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

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

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

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