Html Css Color HEX #B99004 Dark Goldenrod

📋 copy color: '#B99004'

red 185 ◦ green 144 ◦ blue 4

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

Shades of Dark Goldenrod #B99004

Tints of Dark Goldenrod #B99004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.24%

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

R = 55.56%
G = 43.24%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B99004 (or 0xB99004) is known color: Dark Goldenrod. HEX triplet: B9, 90 and 04. RGB value is (185,144,4). Sum of RGB (Red+Green+Blue) = 185+144+4=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B99004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99004 is #466FFB. Grayscale: #8C8C8C. Windows color (decimal): -4616188 or 299193. OLE color: 299193.

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

Color convert

RGB 185 144 4 -
CMYK 0 0.22 0.98 0.27
HSL 46.41º 0.96% 0.37% -
HSV(B) 46.41º 0.98% 0.73% -
XYZ 30 30.27 4.38 -
YUV 140.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 185 144 4 0 0.22 0.98 0.27 46.41 0.96 0.37
Hex B9 90 4 0 16 62 1B 2E 60 25
Octal 271 220 4 0 26 142 33 56 140 45
Binary 10111001 10010000 100 0 10110 1100010 11011 101110 1100000 100101

Color Harmonies of #B99004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99004

Black with #B99004

Text Example


Text Example

White with #B99004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99004; }

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

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

background-color css

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

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

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

border-color css

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

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

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