#B07146

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

Shades of Bourbon #B07146

Tints of Bourbon #B07146

Color information

#B07146 (or 0xB07146) is unknown color: approx Bourbon. HEX triplet: B0, 71 and 46. RGB value is (176,113,70). Sum of RGB (Red+Green+Blue) = 176+113+70=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B07146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07146 is #4F8EB9. Grayscale: #7F7F7F. Windows color (decimal): -5213882 or 4616624. OLE color: 4616624.

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

Color convert

RGB17611370-
CMYK00.360.600.31
HSL24.34º43.09%48.24%-
HSV(B)24.34º60.23%69.02%-
XYZ24.9221.488.63-
YUV126.9495.87163-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 70 (27.73% from 255) = 19.50%
R=49.03%
G=31.48%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761137000.360.600.3124.3443.0948.24
HexB071460243C1F182b30
Octal2601611060447437305360
Binary101100001110001100011001001001111001111111000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07146; }

 p { color: rgb(176,113,70); }

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

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

 a { background-color: rgb(176,113,70); }

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

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

 span { border-color: rgb(176,113,70); }

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