Html Css Color HEX #B99200 Dark Goldenrod

📋 copy color: '#B99200'

red 185 ◦ green 146 ◦ blue 0

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

Shades of Dark Goldenrod #B99200

Tints of Dark Goldenrod #B99200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

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

R = 55.89%
G = 44.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B99200 (or 0xB99200) is known color: Dark Goldenrod. HEX triplet: B9, 92 and 00. RGB value is (185,146,0). Sum of RGB (Red+Green+Blue) = 185+146+0=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B99200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99200 is #466DFF. Grayscale: #8D8D8D. Windows color (decimal): -4615680 or 37561. OLE color: 37561.

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

Color convert

RGB 185 146 0 -
CMYK 0 0.21 1 0.27
HSL 47.35º 1% 0.36% -
HSV(B) 47.35º 1% 0.73% -
XYZ 30.29 30.87 4.36 -
YUV 141.02 48.42 159.37 -
System Red Green Blue C M Y K H S L
Decimal 185 146 0 0 0.21 1 0.27 47.35 1 0.36
Hex B9 92 0 0 15 64 1B 2F 64 24
Octal 271 222 0 0 25 144 33 57 144 44
Binary 10111001 10010010 0 0 10101 1100100 11011 101111 1100100 100100

Color Harmonies of #B99200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99200

Black with #B99200

Text Example


Text Example

White with #B99200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99200; }

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

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

background-color css

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

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

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

border-color css

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

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

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