Html Css Color HEX #B99900 Dark Goldenrod

📋 copy color: '#B99900'

red 185 ◦ green 153 ◦ blue 0

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

Shades of Dark Goldenrod #B99900

Tints of Dark Goldenrod #B99900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

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

R = 54.73%
G = 45.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B99900 (or 0xB99900) is known color: Dark Goldenrod. HEX triplet: B9, 99 and 00. RGB value is (185,153,0). Sum of RGB (Red+Green+Blue) = 185+153+0=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B99900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99900 is #4666FF. Grayscale: #919191. Windows color (decimal): -4613888 or 39353. OLE color: 39353.

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

Color convert

RGB 185 153 0 -
CMYK 0 0.17 1 0.27
HSL 49.62º 1% 0.36% -
HSV(B) 49.62º 1% 0.73% -
XYZ 31.4 33.1 4.73 -
YUV 145.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 185 153 0 0 0.17 1 0.27 49.62 1 0.36
Hex B9 99 0 0 11 64 1B 32 64 24
Octal 271 231 0 0 21 144 33 62 144 44
Binary 10111001 10011001 0 0 10001 1100100 11011 110010 1100100 100100

Color Harmonies of #B99900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99900

Black with #B99900

Text Example


Text Example

White with #B99900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99900; }

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

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

background-color css

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

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

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

border-color css

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

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

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