#B16636

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

Shades of Bourbon #B16636

Tints of Bourbon #B16636

Color information

#B16636 (or 0xB16636) is unknown color: approx Bourbon. HEX triplet: B1, 66 and 36. RGB value is (177,102,54). Sum of RGB (Red+Green+Blue) = 177+102+54=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B16636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16636 is #4E99C9. Grayscale: #777777. Windows color (decimal): -5151178 or 3565233. OLE color: 3565233.

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

Color convert

RGB17710254-
CMYK00.420.690.31
HSL23.41º53.25%45.29%-
HSV(B)23.41º69.49%69.41%-
XYZ23.5519.125.94-
YUV118.9591.35169.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=53.15%
G=30.63%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771025400.420.690.3123.4153.2545.29
HexB1663602A451F17352d
Octal2611466605210537276555
Binary101100011100110110110010101010001011111110111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16636; }

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

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

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

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

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

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

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

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