#B1710B

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

Shades of Dark Goldenrod #B1710B

Tints of Dark Goldenrod #B1710B

Color information

#B1710B (or 0xB1710B) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 71 and 0B. RGB value is (177,113,11). Sum of RGB (Red+Green+Blue) = 177+113+11=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1710B is #4E8EF4. Grayscale: #787878. Windows color (decimal): -5148405 or 750001. OLE color: 750001.

HSL color Cylindrical-coordinate representation of color #B1710B: hue angle of 36.87º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1710B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB17711311-
CMYK00.360.940.31
HSL36.87º88.3%36.86%-
HSV(B)36.87º93.79%69.41%-
XYZ24.121.183.14-
YUV120.5166.2168.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 11 (4.69% from 255) = 3.65%
R=58.80%
G=37.54%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771131100.360.940.3136.8788.336.86
HexB171B0245E1F255825
Octal26116113044136374513045
Binary101100011110001101101001001011110111111001011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1710B; }

 p { color: rgb(177,113,11); }

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

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

 a { background-color: rgb(177,113,11); }

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

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

 span { border-color: rgb(177,113,11); }

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