#B48717

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

Shades of Dark Goldenrod #B48717

Tints of Dark Goldenrod #B48717

Color information

#B48717 (or 0xB48717) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 87 and 17. RGB value is (180,135,23). Sum of RGB (Red+Green+Blue) = 180+135+23=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B48717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48717 is #4B78E8. Grayscale: #888888. Windows color (decimal): -4946153 or 1542068. OLE color: 1542068.

HSL color Cylindrical-coordinate representation of color #B48717: hue angle of 42.8º 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 #B48717 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18013523-
CMYK00.250.870.29
HSL42.8º77.34%39.8%-
HSV(B)42.8º87.22%70.59%-
XYZ27.6427.094.58-
YUV135.6964.41159.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.25%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 23 (9.38% from 255) = 6.80%
R=53.25%
G=39.94%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801352300.250.870.2942.877.3439.8
HexB48717019571D2b4d28
Octal26420727031127355311550
Binary1011010010000111101110110011010111111011010111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48717; }

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

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

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

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

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

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

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

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