#B98119

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

Shades of Dark Goldenrod #B98119

Tints of Dark Goldenrod #B98119

Color information

#B98119 (or 0xB98119) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 81 and 19. RGB value is (185,129,25). Sum of RGB (Red+Green+Blue) = 185+129+25=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B98119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98119 is #467EE6. Grayscale: #868686. Windows color (decimal): -4620007 or 1671609. OLE color: 1671609.

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

Color convert

RGB18512925-
CMYK00.300.860.27
HSL39º76.19%41.18%-
HSV(B)39º86.49%72.55%-
XYZ28.0326.084.48-
YUV133.8966.55164.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 25 (10.16% from 255) = 7.37%
R=54.57%
G=38.05%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851292500.300.860.273976.1941.18
HexB9811901E561B274c29
Octal27120131036126334711451
Binary1011100110000001110010111101010110110111001111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98119; }

 p { color: rgb(185,129,25); }

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

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

 a { background-color: rgb(185,129,25); }

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

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

 span { border-color: rgb(185,129,25); }

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