Html Css Color HEX #B99404 Dark Goldenrod

📋 copy color: '#B99404'

red 185 ◦ green 148 ◦ blue 4

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

Shades of Dark Goldenrod #B99404

Tints of Dark Goldenrod #B99404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

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

R = 54.9%
G = 43.92%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B99404 (or 0xB99404) is known color: Dark Goldenrod. HEX triplet: B9, 94 and 04. RGB value is (185,148,4). Sum of RGB (Red+Green+Blue) = 185+148+4=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B99404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99404 is #466BFB. Grayscale: #8F8F8F. Windows color (decimal): -4615164 or 300217. OLE color: 300217.

HSL color Cylindrical-coordinate representation of color #B99404: hue angle of 47.73º 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 #B99404 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 4 -
CMYK 0 0.20 0.98 0.27
HSL 47.73º 0.96% 0.37% -
HSV(B) 47.73º 0.98% 0.73% -
XYZ 30.62 31.5 4.58 -
YUV 142.65 49.76 158.21 -
System Red Green Blue C M Y K H S L
Decimal 185 148 4 0 0.20 0.98 0.27 47.73 0.96 0.37
Hex B9 94 4 0 14 62 1B 30 60 25
Octal 271 224 4 0 24 142 33 60 140 45
Binary 10111001 10010100 100 0 10100 1100010 11011 110000 1100000 100101

Color Harmonies of #B99404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99404

Black with #B99404

Text Example


Text Example

White with #B99404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99404; }

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

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

background-color css

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

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

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

border-color css

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

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

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