#B16638

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

Shades of Bourbon #B16638

Tints of Bourbon #B16638

Color information

#B16638 (or 0xB16638) is unknown color: approx Bourbon. HEX triplet: B1, 66 and 38. RGB value is (177,102,56). Sum of RGB (Red+Green+Blue) = 177+102+56=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B16638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16638 is #4E99C7. Grayscale: #777777. Windows color (decimal): -5151176 or 3696305. OLE color: 3696305.

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

Color convert

RGB17710256-
CMYK00.420.680.31
HSL22.81º51.93%45.69%-
HSV(B)22.81º68.36%69.41%-
XYZ23.619.146.19-
YUV119.1892.35169.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 56 (22.27% from 255) = 16.72%
R=52.84%
G=30.45%
B=16.72%

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
Decimal1771025600.420.680.3122.8151.9345.69
HexB1663802A441F17342e
Octal2611467005210437276456
Binary101100011100110111000010101010001001111110111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16638; }

 p { color: rgb(177,102,56); }

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

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

 a { background-color: rgb(177,102,56); }

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

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

 span { border-color: rgb(177,102,56); }

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