#B07048

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

Shades of Bourbon #B07048

Tints of Bourbon #B07048

Color information

#B07048 (or 0xB07048) is unknown color: approx Bourbon. HEX triplet: B0, 70 and 48. RGB value is (176,112,72). Sum of RGB (Red+Green+Blue) = 176+112+72=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B07048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07048 is #4F8FB7. Grayscale: #7E7E7E. Windows color (decimal): -5214136 or 4747440. OLE color: 4747440.

HSL color Cylindrical-coordinate representation of color #B07048: hue angle of 23.08º degrees, saturation: 0.42, 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 #B07048 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17611272-
CMYK00.360.590.31
HSL23.08º41.94%48.63%-
HSV(B)23.08º59.09%69.02%-
XYZ24.8721.298.93-
YUV126.5897.2163.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 72 (28.52% from 255) = 20%
R=48.89%
G=31.11%
B=20%

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
Decimal1761127200.360.590.3123.0841.9448.63
HexB070480243B1F172a31
Octal2601601100447337275261
Binary101100001110000100100001001001110111111110111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07048; }

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

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

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

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

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

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

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

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