#B48417

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

Shades of Dark Goldenrod #B48417

Tints of Dark Goldenrod #B48417

Color information

#B48417 (or 0xB48417) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 84 and 17. RGB value is (180,132,23). Sum of RGB (Red+Green+Blue) = 180+132+23=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B48417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48417 is #4B7BE8. Grayscale: #868686. Windows color (decimal): -4946921 or 1541300. OLE color: 1541300.

HSL color Cylindrical-coordinate representation of color #B48417: hue angle of 41.66º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B48417 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18013223-
CMYK00.270.870.29
HSL41.66º77.34%39.8%-
HSV(B)41.66º87.22%70.59%-
XYZ27.2326.274.45-
YUV133.9365.4160.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.73%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 23 (9.38% from 255) = 6.87%
R=53.73%
G=39.40%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801322300.270.870.2941.6677.3439.8
HexB4841701B571D2a4d28
Octal26420427033127355211550
Binary1011010010000100101110110111010111111011010101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48417; }

 p { color: rgb(180,132,23); }

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

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

 a { background-color: rgb(180,132,23); }

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

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

 span { border-color: rgb(180,132,23); }

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