#B07049

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

Shades of Bourbon #B07049

Tints of Bourbon #B07049

Color information

#B07049 (or 0xB07049) is unknown color: approx Bourbon. HEX triplet: B0, 70 and 49. RGB value is (176,112,73). Sum of RGB (Red+Green+Blue) = 176+112+73=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B07049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07049 is #4F8FB6. Grayscale: #7E7E7E. Windows color (decimal): -5214135 or 4812976. OLE color: 4812976.

HSL color Cylindrical-coordinate representation of color #B07049: hue angle of 22.72º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B07049 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17611273-
CMYK00.360.590.31
HSL22.72º41.37%48.82%-
HSV(B)22.72º58.52%69.02%-
XYZ24.921.39.1-
YUV126.6997.7163.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=48.75%
G=31.02%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761127300.360.590.3122.7241.3748.82
HexB070490243B1F172931
Octal2601601110447337275161
Binary101100001110000100100101001001110111111110111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07049; }

 p { color: rgb(176,112,73); }

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

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

 a { background-color: rgb(176,112,73); }

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

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

 span { border-color: rgb(176,112,73); }

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