#B07246

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

Shades of Bourbon #B07246

Tints of Bourbon #B07246

Color information

#B07246 (or 0xB07246) is unknown color: approx Bourbon. HEX triplet: B0, 72 and 46. RGB value is (176,114,70). Sum of RGB (Red+Green+Blue) = 176+114+70=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B07246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07246 is #4F8DB9. Grayscale: #7F7F7F. Windows color (decimal): -5213626 or 4616880. OLE color: 4616880.

HSL color Cylindrical-coordinate representation of color #B07246: hue angle of 24.91º 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 #B07246 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17611470-
CMYK00.350.600.31
HSL24.91º43.09%48.24%-
HSV(B)24.91º60.23%69.02%-
XYZ25.0321.718.67-
YUV127.5295.54162.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 70 (27.73% from 255) = 19.44%
R=48.89%
G=31.67%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761147000.350.600.3124.9143.0948.24
HexB072460233C1F192b30
Octal2601621060437437315360
Binary101100001110010100011001000111111001111111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07246; }

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

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

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

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

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

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

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

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