Html Css Color HEX #B99602 Dark Goldenrod

📋 copy color: '#B99602'

red 185 ◦ green 150 ◦ blue 2

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

Shades of Dark Goldenrod #B99602

Tints of Dark Goldenrod #B99602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.51%

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

R = 54.9%
G = 44.51%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B99602 (or 0xB99602) is known color: Dark Goldenrod. HEX triplet: B9, 96 and 02. RGB value is (185,150,2). Sum of RGB (Red+Green+Blue) = 185+150+2=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B99602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99602 is #4669FD. Grayscale: #909090. Windows color (decimal): -4614654 or 169657. OLE color: 169657.

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

Color convert

RGB 185 150 2 -
CMYK 0 0.19 0.99 0.27
HSL 48.52º 0.98% 0.37% -
HSV(B) 48.52º 0.99% 0.73% -
XYZ 30.92 32.13 4.63 -
YUV 143.59 48.1 157.53 -
System Red Green Blue C M Y K H S L
Decimal 185 150 2 0 0.19 0.99 0.27 48.52 0.98 0.37
Hex B9 96 2 0 13 63 1B 31 62 25
Octal 271 226 2 0 23 143 33 61 142 45
Binary 10111001 10010110 10 0 10011 1100011 11011 110001 1100010 100101

Color Harmonies of #B99602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99602

Black with #B99602

Text Example


Text Example

White with #B99602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99602; }

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

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

background-color css

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

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

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

border-color css

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

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

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