#B98A17

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

Shades of Dark Goldenrod #B98A17

Tints of Dark Goldenrod #B98A17

Color information

#B98A17 (or 0xB98A17) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 8A and 17. RGB value is (185,138,23). Sum of RGB (Red+Green+Blue) = 185+138+23=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98A17 is #4675E8. Grayscale: #8B8B8B. Windows color (decimal): -4617705 or 1542841. OLE color: 1542841.

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

Color convert

RGB18513823-
CMYK00.250.880.27
HSL42.59º77.88%40.78%-
HSV(B)42.59º87.57%72.55%-
XYZ29.2528.554.78-
YUV138.9462.57160.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 138 (54.30% from 255) = 39.88%
BLUE value IS 23 (9.38% from 255) = 6.65%
R=53.47%
G=39.88%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851382300.250.880.2742.5977.8840.78
HexB98A17019581B2b4e29
Octal27121227031130335311651
Binary1011100110001010101110110011011000110111010111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A17; }

 p { color: rgb(185,138,23); }

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

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

 a { background-color: rgb(185,138,23); }

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

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

 span { border-color: rgb(185,138,23); }

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