#B16739

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

Shades of Bourbon #B16739

Tints of Bourbon #B16739

Color information

#B16739 (or 0xB16739) is unknown color: approx Bourbon. HEX triplet: B1, 67 and 39. RGB value is (177,103,57). Sum of RGB (Red+Green+Blue) = 177+103+57=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B16739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16739 is #4E98C6. Grayscale: #787878. Windows color (decimal): -5150919 or 3762097. OLE color: 3762097.

HSL color Cylindrical-coordinate representation of color #B16739: hue angle of 23º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B16739 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17710357-
CMYK00.420.680.31
HSL23º51.28%45.88%-
HSV(B)23º67.8%69.41%-
XYZ23.7219.346.35-
YUV119.8892.52168.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 57 (22.66% from 255) = 16.91%
R=52.52%
G=30.56%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771035700.420.680.312351.2845.88
HexB1673902A441F17332e
Octal2611477105210437276356
Binary101100011100111111001010101010001001111110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16739; }

 p { color: rgb(177,103,57); }

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

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

 a { background-color: rgb(177,103,57); }

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

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

 span { border-color: rgb(177,103,57); }

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