Html Css Color HEX #B99702 Dark Goldenrod

📋 copy color: '#B99702'

red 185 ◦ green 151 ◦ blue 2

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

Shades of Dark Goldenrod #B99702

Tints of Dark Goldenrod #B99702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 54.73%
G = 44.67%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B99702 (or 0xB99702) is known color: Dark Goldenrod. HEX triplet: B9, 97 and 02. RGB value is (185,151,2). Sum of RGB (Red+Green+Blue) = 185+151+2=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B99702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99702 is #4668FD. Grayscale: #909090. Windows color (decimal): -4614398 or 169913. OLE color: 169913.

HSL color Cylindrical-coordinate representation of color #B99702: hue angle of 48.85º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B99702 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 151 2 -
CMYK 0 0.18 0.99 0.27
HSL 48.85º 0.98% 0.37% -
HSV(B) 48.85º 0.99% 0.73% -
XYZ 31.09 32.45 4.68 -
YUV 144.18 47.76 157.12 -
System Red Green Blue C M Y K H S L
Decimal 185 151 2 0 0.18 0.99 0.27 48.85 0.98 0.37
Hex B9 97 2 0 12 63 1B 31 62 25
Octal 271 227 2 0 22 143 33 61 142 45
Binary 10111001 10010111 10 0 10010 1100011 11011 110001 1100010 100101

Color Harmonies of #B99702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99702

Black with #B99702

Text Example


Text Example

White with #B99702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99702; }

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

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

background-color css

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

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

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

border-color css

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

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

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