#B17F1A

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

Shades of Dark Goldenrod #B17F1A

Tints of Dark Goldenrod #B17F1A

Color information

#B17F1A (or 0xB17F1A) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 7F and 1A. RGB value is (177,127,26). Sum of RGB (Red+Green+Blue) = 177+127+26=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F1A is #4E80E5. Grayscale: #828282. Windows color (decimal): -5144806 or 1736625. OLE color: 1736625.

HSL color Cylindrical-coordinate representation of color #B17F1A: hue angle of 40.13º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B17F1A is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17712726-
CMYK00.280.850.31
HSL40.13º74.38%39.8%-
HSV(B)40.13º85.31%69.41%-
XYZ25.9124.64.36-
YUV130.4469.06161.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 26 (10.55% from 255) = 7.88%
R=53.64%
G=38.48%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771272600.280.850.3140.1374.3839.8
HexB17F1A01C551F284a28
Octal26117732034125375011250
Binary101100011111111110100111001010101111111010001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F1A; }

 p { color: rgb(177,127,26); }

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

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

 a { background-color: rgb(177,127,26); }

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

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

 span { border-color: rgb(177,127,26); }

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