#B07846

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

Shades of Bourbon #B07846

Tints of Bourbon #B07846

Color information

#B07846 (or 0xB07846) is unknown color: approx Bourbon. HEX triplet: B0, 78 and 46. RGB value is (176,120,70). Sum of RGB (Red+Green+Blue) = 176+120+70=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B07846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07846 is #4F87B9. Grayscale: #838383. Windows color (decimal): -5212090 or 4618416. OLE color: 4618416.

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

Color convert

RGB17612070-
CMYK00.320.600.31
HSL28.3º43.09%48.24%-
HSV(B)28.3º60.23%69.02%-
XYZ25.7323.118.9-
YUV131.0493.55160.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 70 (27.73% from 255) = 19.13%
R=48.09%
G=32.79%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761207000.320.600.3128.343.0948.24
HexB078460203C1F1c2b30
Octal2601701060407437345360
Binary101100001111000100011001000001111001111111100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07846; }

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

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

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

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

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

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

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

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