#B07847

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

Shades of Bourbon #B07847

Tints of Bourbon #B07847

Color information

#B07847 (or 0xB07847) is unknown color: approx Bourbon. HEX triplet: B0, 78 and 47. RGB value is (176,120,71). Sum of RGB (Red+Green+Blue) = 176+120+71=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B07847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07847 is #4F87B8. Grayscale: #838383. Windows color (decimal): -5212089 or 4683952. OLE color: 4683952.

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

Color convert

RGB17612071-
CMYK00.320.600.31
HSL28º42.51%48.43%-
HSV(B)28º59.66%69.02%-
XYZ25.7623.129.07-
YUV131.1694.05159.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 71 (28.12% from 255) = 19.35%
R=47.96%
G=32.70%
B=19.35%

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
Decimal1761207100.320.600.312842.5148.43
HexB078470203C1F1c2b30
Octal2601701070407437345360
Binary101100001111000100011101000001111001111111100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07847; }

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

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

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

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

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

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

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

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