Html Css Color HEX #B99100 Dark Goldenrod

📋 copy color: '#B99100'

red 185 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #B99100

Tints of Dark Goldenrod #B99100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

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

R = 56.06%
G = 43.94%
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

#B99100 (or 0xB99100) is known color: Dark Goldenrod. HEX triplet: B9, 91 and 00. RGB value is (185,145,0). Sum of RGB (Red+Green+Blue) = 185+145+0=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B99100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99100 is #466EFF. Grayscale: #8D8D8D. Windows color (decimal): -4615936 or 37305. OLE color: 37305.

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

Color convert

RGB 185 145 0 -
CMYK 0 0.22 1 0.27
HSL 47.03º 1% 0.36% -
HSV(B) 47.03º 1% 0.73% -
XYZ 30.13 30.57 4.31 -
YUV 140.43 48.75 159.79 -
System Red Green Blue C M Y K H S L
Decimal 185 145 0 0 0.22 1 0.27 47.03 1 0.36
Hex B9 91 0 0 16 64 1B 2F 64 24
Octal 271 221 0 0 26 144 33 57 144 44
Binary 10111001 10010001 0 0 10110 1100100 11011 101111 1100100 100100

Color Harmonies of #B99100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99100

Black with #B99100

Text Example


Text Example

White with #B99100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99100; }

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

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

background-color css

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

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

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

border-color css

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

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

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