#B17749

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

Shades of Bourbon #B17749

Tints of Bourbon #B17749

Color information

#B17749 (or 0xB17749) is unknown color: approx Bourbon. HEX triplet: B1, 77 and 49. RGB value is (177,119,73). Sum of RGB (Red+Green+Blue) = 177+119+73=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B17749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17749 is #4E88B6. Grayscale: #838383. Windows color (decimal): -5146807 or 4814769. OLE color: 4814769.

HSL color Cylindrical-coordinate representation of color #B17749: hue angle of 26.54º degrees, saturation: 0.42, 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 #B17749 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17711973-
CMYK00.330.590.31
HSL26.54º41.6%49.02%-
HSV(B)26.54º58.76%69.41%-
XYZ25.9323.029.38-
YUV131.195.22160.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 73 (28.91% from 255) = 19.78%
R=47.97%
G=32.25%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771197300.330.590.3126.5441.649.02
HexB177490213B1F1b2a31
Octal2611671110417337335261
Binary101100011110111100100101000011110111111111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17749; }

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

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

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

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

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

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

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

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