#B15C11

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

Shades of Golden Brown #B15C11

Tints of Golden Brown #B15C11

Color information

#B15C11 (or 0xB15C11) is unknown color: approx Golden Brown. HEX triplet: B1, 5C and 11. RGB value is (177,92,17). Sum of RGB (Red+Green+Blue) = 177+92+17=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15C11 is #4EA3EE. Grayscale: #6D6D6D. Windows color (decimal): -5153775 or 1137841. OLE color: 1137841.

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

Color convert

RGB1779217-
CMYK00.480.900.31
HSL28.12º82.47%38.04%-
HSV(B)28.12º90.4%69.41%-
XYZ22.0617.042.66-
YUV108.8676.16176.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 17 (7.03% from 255) = 5.94%
R=61.89%
G=32.17%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177921700.480.900.3128.1282.4738.04
HexB15C110305A1F1c5226
Octal26113421060132373412246
Binary101100011011100100010110000101101011111111001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C11; }

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

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

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

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

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

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

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

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