#B15B11

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

Shades of Golden Brown #B15B11

Tints of Golden Brown #B15B11

Color information

#B15B11 (or 0xB15B11) is unknown color: approx Golden Brown. HEX triplet: B1, 5B and 11. RGB value is (177,91,17). Sum of RGB (Red+Green+Blue) = 177+91+17=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15B11 is #4EA4EE. Grayscale: #6C6C6C. Windows color (decimal): -5154031 or 1137585. OLE color: 1137585.

HSL color Cylindrical-coordinate representation of color #B15B11: hue angle of 27.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B15B11 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1779117-
CMYK00.490.900.31
HSL27.75º82.47%38.04%-
HSV(B)27.75º90.4%69.41%-
XYZ21.9716.872.63-
YUV108.2876.49177.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.11%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 17 (7.03% from 255) = 5.96%
R=62.11%
G=31.93%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177911700.490.900.3127.7582.4738.04
HexB15B110315A1F1c5226
Octal26113321061132373412246
Binary101100011011011100010110001101101011111111001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B11; }

 p { color: rgb(177,91,17); }

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

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

 a { background-color: rgb(177,91,17); }

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

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

 span { border-color: rgb(177,91,17); }

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