#B07749

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

Shades of Bourbon #B07749

Tints of Bourbon #B07749

Color information

#B07749 (or 0xB07749) is unknown color: approx Bourbon. HEX triplet: B0, 77 and 49. RGB value is (176,119,73). Sum of RGB (Red+Green+Blue) = 176+119+73=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B07749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07749 is #4F88B6. Grayscale: #838383. Windows color (decimal): -5212343 or 4814768. OLE color: 4814768.

HSL color Cylindrical-coordinate representation of color #B07749: hue angle of 26.8º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B07749 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17611973-
CMYK00.320.590.31
HSL26.8º41.37%48.82%-
HSV(B)26.8º58.52%69.02%-
XYZ25.722.99.37-
YUV130.895.38160.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 73 (28.91% from 255) = 19.84%
R=47.83%
G=32.34%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761197300.320.590.3126.841.3748.82
HexB077490203B1F1b2931
Octal2601671110407337335161
Binary101100001110111100100101000001110111111111011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07749; }

 p { color: rgb(176,119,73); }

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

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

 a { background-color: rgb(176,119,73); }

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

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

 span { border-color: rgb(176,119,73); }

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