#B17A03

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

Shades of Dark Goldenrod #B17A03

Tints of Dark Goldenrod #B17A03

Color information

#B17A03 (or 0xB17A03) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 7A and 03. RGB value is (177,122,3). Sum of RGB (Red+Green+Blue) = 177+122+3=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17A03 is #4E85FC. Grayscale: #7D7D7D. Windows color (decimal): -5146109 or 228017. OLE color: 228017.

HSL color Cylindrical-coordinate representation of color #B17A03: hue angle of 41.03º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B17A03 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1771223-
CMYK00.310.980.31
HSL41.03º96.67%35.29%-
HSV(B)41.03º98.31%69.41%-
XYZ25.1123.273.25-
YUV124.8859.22165.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 122 (48.05% from 255) = 40.40%
BLUE value IS 3 (1.56% from 255) = 0.99%
R=58.61%
G=40.40%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177122300.310.980.3141.0396.6735.29
HexB17A301F621F296123
Octal2611723037142375114143
Binary101100011111010110111111100010111111010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A03; }

 p { color: rgb(177,122,3); }

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

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

 a { background-color: rgb(177,122,3); }

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

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

 span { border-color: rgb(177,122,3); }

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