Html Css Color HEX #B99700 Dark Goldenrod

📋 copy color: '#B99700'

red 185 ◦ green 151 ◦ blue 0

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

Shades of Dark Goldenrod #B99700

Tints of Dark Goldenrod #B99700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.94%

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

R = 55.06%
G = 44.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B99700 (or 0xB99700) is known color: Dark Goldenrod. HEX triplet: B9, 97 and 00. RGB value is (185,151,0). Sum of RGB (Red+Green+Blue) = 185+151+0=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B99700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99700 is #4668FF. Grayscale: #909090. Windows color (decimal): -4614400 or 38841. OLE color: 38841.

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

Color convert

RGB 185 151 0 -
CMYK 0 0.18 1 0.27
HSL 48.97º 1% 0.36% -
HSV(B) 48.97º 1% 0.73% -
XYZ 31.07 32.45 4.63 -
YUV 143.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 185 151 0 0 0.18 1 0.27 48.97 1 0.36
Hex B9 97 0 0 12 64 1B 31 64 24
Octal 271 227 0 0 22 144 33 61 144 44
Binary 10111001 10010111 0 0 10010 1100100 11011 110001 1100100 100100

Color Harmonies of #B99700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99700

Black with #B99700

Text Example


Text Example

White with #B99700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99700; }

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

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

background-color css

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

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

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

border-color css

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

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

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