Html Css Color HEX #B99002 Dark Goldenrod

📋 copy color: '#B99002'

red 185 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #B99002

Tints of Dark Goldenrod #B99002

RGB

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

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

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

R = 55.89%
G = 43.5%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B99002 (or 0xB99002) is known color: Dark Goldenrod. HEX triplet: B9, 90 and 02. RGB value is (185,144,2). Sum of RGB (Red+Green+Blue) = 185+144+2=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B99002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99002 is #466FFD. Grayscale: #8C8C8C. Windows color (decimal): -4616190 or 168121. OLE color: 168121.

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

Color convert

RGB 185 144 2 -
CMYK 0 0.22 0.99 0.27
HSL 46.56º 0.98% 0.37% -
HSV(B) 46.56º 0.99% 0.73% -
XYZ 29.99 30.27 4.32 -
YUV 140.07 50.08 160.05 -
System Red Green Blue C M Y K H S L
Decimal 185 144 2 0 0.22 0.99 0.27 46.56 0.98 0.37
Hex B9 90 2 0 16 63 1B 2F 62 25
Octal 271 220 2 0 26 143 33 57 142 45
Binary 10111001 10010000 10 0 10110 1100011 11011 101111 1100010 100101

Color Harmonies of #B99002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99002

Black with #B99002

Text Example


Text Example

White with #B99002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99002; }

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

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

background-color css

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

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

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

border-color css

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

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

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