#B98218

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

Shades of Dark Goldenrod #B98218

Tints of Dark Goldenrod #B98218

Color information

#B98218 (or 0xB98218) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 82 and 18. RGB value is (185,130,24). Sum of RGB (Red+Green+Blue) = 185+130+24=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B98218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98218 is #467DE7. Grayscale: #868686. Windows color (decimal): -4619752 or 1606329. OLE color: 1606329.

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

Color convert

RGB18513024-
CMYK00.300.870.27
HSL39.5º77.03%40.98%-
HSV(B)39.5º87.03%72.55%-
XYZ28.1626.354.47-
YUV134.3665.72164.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 24 (9.77% from 255) = 7.08%
R=54.57%
G=38.35%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851302400.300.870.2739.577.0340.98
HexB9821801E571B284d29
Octal27120230036127335011551
Binary1011100110000010110000111101010111110111010001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98218; }

 p { color: rgb(185,130,24); }

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

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

 a { background-color: rgb(185,130,24); }

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

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

 span { border-color: rgb(185,130,24); }

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