#B1740A

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

Shades of Dark Goldenrod #B1740A

Tints of Dark Goldenrod #B1740A

Color information

#B1740A (or 0xB1740A) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 74 and 0A. RGB value is (177,116,10). Sum of RGB (Red+Green+Blue) = 177+116+10=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1740A is #4E8BF5. Grayscale: #7A7A7A. Windows color (decimal): -5147638 or 685233. OLE color: 685233.

HSL color Cylindrical-coordinate representation of color #B1740A: hue angle of 38.08º degrees, saturation: 0.89, 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 #B1740A is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB17711610-
CMYK00.340.940.31
HSL38.08º89.3%36.67%-
HSV(B)38.08º94.35%69.41%-
XYZ24.4321.863.22-
YUV122.1564.71167.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 10 (4.30% from 255) = 3.30%
R=58.42%
G=38.28%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771161000.340.940.3138.0889.336.67
HexB174A0225E1F265925
Octal26116412042136374613145
Binary101100011110100101001000101011110111111001101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1740A; }

 p { color: rgb(177,116,10); }

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

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

 a { background-color: rgb(177,116,10); }

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

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

 span { border-color: rgb(177,116,10); }

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