#B07845

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

Shades of Bourbon #B07845

Tints of Bourbon #B07845

Color information

#B07845 (or 0xB07845) is unknown color: approx Bourbon. HEX triplet: B0, 78 and 45. RGB value is (176,120,69). Sum of RGB (Red+Green+Blue) = 176+120+69=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B07845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07845 is #4F87BA. Grayscale: #838383. Windows color (decimal): -5212091 or 4552880. OLE color: 4552880.

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

Color convert

RGB17612069-
CMYK00.320.610.31
HSL28.6º43.67%48.04%-
HSV(B)28.6º60.8%69.02%-
XYZ25.723.098.73-
YUV130.9393.05160.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 69 (27.34% from 255) = 18.90%
R=48.22%
G=32.88%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761206900.320.610.3128.643.6748.04
HexB078450203D1F1d2c30
Octal2601701050407537355460
Binary101100001111000100010101000001111011111111101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07845; }

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

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

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

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

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

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

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

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