#B17405

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

Shades of Dark Goldenrod #B17405

Tints of Dark Goldenrod #B17405

Color information

#B17405 (or 0xB17405) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 74 and 05. RGB value is (177,116,5). Sum of RGB (Red+Green+Blue) = 177+116+5=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B17405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17405 is #4E8BFA. Grayscale: #7A7A7A. Windows color (decimal): -5147643 or 357553. OLE color: 357553.

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

Color convert

RGB1771165-
CMYK00.340.970.31
HSL38.72º94.51%35.69%-
HSV(B)38.72º97.18%69.41%-
XYZ24.421.853.07-
YUV121.5862.21167.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 5 (2.34% from 255) = 1.68%
R=59.40%
G=38.93%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177116500.340.970.3138.7294.5135.69
HexB1745022611F275f24
Octal2611645042141374713744
Binary10110001111010010101000101100001111111001111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17405; }

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

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

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

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

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

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

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

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