Html Css Color HEX #B99400 Dark Goldenrod

📋 copy color: '#B99400'

red 185 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #B99400

Tints of Dark Goldenrod #B99400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.56%
G = 44.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B99400 (or 0xB99400) is known color: Dark Goldenrod. HEX triplet: B9, 94 and 00. RGB value is (185,148,0). Sum of RGB (Red+Green+Blue) = 185+148+0=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B99400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99400 is #466BFF. Grayscale: #8E8E8E. Windows color (decimal): -4615168 or 38073. OLE color: 38073.

HSL color Cylindrical-coordinate representation of color #B99400: hue angle of 48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B99400 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 0 -
CMYK 0 0.20 1 0.27
HSL 48º 1% 0.36% -
HSV(B) 48º 1% 0.73% -
XYZ 30.6 31.49 4.47 -
YUV 142.19 47.76 158.53 -
System Red Green Blue C M Y K H S L
Decimal 185 148 0 0 0.20 1 0.27 48 1 0.36
Hex B9 94 0 0 14 64 1B 30 64 24
Octal 271 224 0 0 24 144 33 60 144 44
Binary 10111001 10010100 0 0 10100 1100100 11011 110000 1100100 100100

Color Harmonies of #B99400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99400

Black with #B99400

Text Example


Text Example

White with #B99400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99400; }

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

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

background-color css

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

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

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

border-color css

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

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

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