Html Css Color HEX #B99010 Dark Goldenrod

📋 copy color: '#B99010'

red 185 ◦ green 144 ◦ blue 16

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

Shades of Dark Goldenrod #B99010

Tints of Dark Goldenrod #B99010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.64%

R = 53.62%
G = 41.74%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B99010 (or 0xB99010) is known color: Dark Goldenrod. HEX triplet: B9, 90 and 10. RGB value is (185,144,16). Sum of RGB (Red+Green+Blue) = 185+144+16=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B99010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99010 is #466FEF. Grayscale: #8E8E8E. Windows color (decimal): -4616176 or 1085625. OLE color: 1085625.

HSL color Cylindrical-coordinate representation of color #B99010: hue angle of 45.44º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B99010 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 144 16 -
CMYK 0 0.22 0.91 0.27
HSL 45.44º 0.84% 0.39% -
HSV(B) 45.44º 0.91% 0.73% -
XYZ 30.07 30.3 4.75 -
YUV 141.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 185 144 16 0 0.22 0.91 0.27 45.44 0.84 0.39
Hex B9 90 10 0 16 5B 1B 2D 54 27
Octal 271 220 20 0 26 133 33 55 124 47
Binary 10111001 10010000 10000 0 10110 1011011 11011 101101 1010100 100111

Color Harmonies of #B99010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99010

Black with #B99010

Text Example


Text Example

White with #B99010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99010; }

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

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

background-color css

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

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

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

border-color css

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

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

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