#B07044

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

Shades of Bourbon #B07044

Tints of Bourbon #B07044

Color information

#B07044 (or 0xB07044) is unknown color: approx Bourbon. HEX triplet: B0, 70 and 44. RGB value is (176,112,68). Sum of RGB (Red+Green+Blue) = 176+112+68=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B07044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07044 is #4F8FBB. Grayscale: #7E7E7E. Windows color (decimal): -5214140 or 4485296. OLE color: 4485296.

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

Color convert

RGB17611268-
CMYK00.360.610.31
HSL24.44º44.26%47.84%-
HSV(B)24.44º61.36%69.02%-
XYZ24.7421.248.26-
YUV126.1295.2163.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 68 (26.95% from 255) = 19.10%
R=49.44%
G=31.46%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761126800.360.610.3124.4444.2647.84
HexB070440243D1F182c30
Octal2601601040447537305460
Binary101100001110000100010001001001111011111111000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07044; }

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

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

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

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

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

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

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

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