Html Css Color HEX #B99402 Dark Goldenrod

📋 copy color: '#B99402'

red 185 ◦ green 148 ◦ blue 2

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

Shades of Dark Goldenrod #B99402

Tints of Dark Goldenrod #B99402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

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

R = 55.22%
G = 44.18%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B99402 (or 0xB99402) is known color: Dark Goldenrod. HEX triplet: B9, 94 and 02. RGB value is (185,148,2). Sum of RGB (Red+Green+Blue) = 185+148+2=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B99402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99402 is #466BFD. Grayscale: #8F8F8F. Windows color (decimal): -4615166 or 169145. OLE color: 169145.

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

Color convert

RGB 185 148 2 -
CMYK 0 0.20 0.99 0.27
HSL 47.87º 0.98% 0.37% -
HSV(B) 47.87º 0.99% 0.73% -
XYZ 30.61 31.5 4.52 -
YUV 142.42 48.76 158.37 -
System Red Green Blue C M Y K H S L
Decimal 185 148 2 0 0.20 0.99 0.27 47.87 0.98 0.37
Hex B9 94 2 0 14 63 1B 30 62 25
Octal 271 224 2 0 24 143 33 60 142 45
Binary 10111001 10010100 10 0 10100 1100011 11011 110000 1100010 100101

Color Harmonies of #B99402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99402

Black with #B99402

Text Example


Text Example

White with #B99402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99402; }

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

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

background-color css

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

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

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

border-color css

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

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

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