Html Css Color HEX #B98204 Dark Goldenrod

📋 copy color: '#B98204'

red 185 ◦ green 130 ◦ blue 4

#B98204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B98204

Tints of Dark Goldenrod #B98204

RGB

 RED value IS 185 (72.66% from 255) = 57.99%

 GREEN value IS 130 (51.17% from 255) = 40.75%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 57.99%
G = 40.75%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B98204 (or 0xB98204) is known color: Dark Goldenrod. HEX triplet: B9, 82 and 04. RGB value is (185,130,4). Sum of RGB (Red+Green+Blue) = 185+130+4=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B98204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98204 is #467DFB. Grayscale: #848484. Windows color (decimal): -4619772 or 295609. OLE color: 295609.

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

Color convert

RGB 185 130 4 -
CMYK 0 0.30 0.98 0.27
HSL 41.77º 0.96% 0.37% -
HSV(B) 41.77º 0.98% 0.73% -
XYZ 28.01 26.29 3.71 -
YUV 132.08 55.72 165.75 -
System Red Green Blue C M Y K H S L
Decimal 185 130 4 0 0.30 0.98 0.27 41.77 0.96 0.37
Hex B9 82 4 0 1E 62 1B 2A 60 25
Octal 271 202 4 0 36 142 33 52 140 45
Binary 10111001 10000010 100 0 11110 1100010 11011 101010 1100000 100101

Color Harmonies of #B98204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98204

Black with #B98204

Text Example


Text Example

White with #B98204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98204; }

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

 H1.HeaderClassName
 {
   color: #B98204;
 }
 .AnyTagClassName
 {
   color: #B98204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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