#B16D48

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

Shades of Bourbon #B16D48

Tints of Bourbon #B16D48

Color information

#B16D48 (or 0xB16D48) is unknown color: approx Bourbon. HEX triplet: B1, 6D and 48. RGB value is (177,109,72). Sum of RGB (Red+Green+Blue) = 177+109+72=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D48 is #4E92B7. Grayscale: #7D7D7D. Windows color (decimal): -5149368 or 4746673. OLE color: 4746673.

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

Color convert

RGB17710972-
CMYK00.380.590.31
HSL21.14º42.17%48.82%-
HSV(B)21.14º59.32%69.41%-
XYZ24.7720.758.83-
YUV125.1198.03165.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=49.44%
G=30.45%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771097200.380.590.3121.1442.1748.82
HexB16D480263B1F152a31
Octal2611551100467337255261
Binary101100011101101100100001001101110111111110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D48; }

 p { color: rgb(177,109,72); }

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

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

 a { background-color: rgb(177,109,72); }

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

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

 span { border-color: rgb(177,109,72); }

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