Html Css Color HEX #B99000 Dark Goldenrod

📋 copy color: '#B99000'

red 185 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #B99000

Tints of Dark Goldenrod #B99000

RGB

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

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

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

R = 56.23%
G = 43.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B99000 (or 0xB99000) is known color: Dark Goldenrod. HEX triplet: B9, 90 and 00. RGB value is (185,144,0). Sum of RGB (Red+Green+Blue) = 185+144+0=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B99000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99000 is #466FFF. Grayscale: #8C8C8C. Windows color (decimal): -4616192 or 37049. OLE color: 37049.

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

Color convert

RGB 185 144 0 -
CMYK 0 0.22 1 0.27
HSL 46.7º 1% 0.36% -
HSV(B) 46.7º 1% 0.73% -
XYZ 29.98 30.26 4.26 -
YUV 139.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 185 144 0 0 0.22 1 0.27 46.7 1 0.36
Hex B9 90 0 0 16 64 1B 2F 64 24
Octal 271 220 0 0 26 144 33 57 144 44
Binary 10111001 10010000 0 0 10110 1100100 11011 101111 1100100 100100

Color Harmonies of #B99000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99000

Black with #B99000

Text Example


Text Example

White with #B99000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99000; }

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

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

background-color css

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

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

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

border-color css

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

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

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