Html Css Color HEX #B98902 Dark Goldenrod

📋 copy color: '#B98902'

red 185 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #B98902

Tints of Dark Goldenrod #B98902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.28%

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

R = 57.1%
G = 42.28%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B98902 (or 0xB98902) is known color: Dark Goldenrod. HEX triplet: B9, 89 and 02. RGB value is (185,137,2). Sum of RGB (Red+Green+Blue) = 185+137+2=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B98902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98902 is #4676FD. Grayscale: #888888. Windows color (decimal): -4617982 or 166329. OLE color: 166329.

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

Color convert

RGB 185 137 2 -
CMYK 0 0.26 0.99 0.27
HSL 44.26º 0.98% 0.37% -
HSV(B) 44.26º 0.99% 0.73% -
XYZ 28.96 28.21 3.98 -
YUV 135.96 52.4 162.98 -
System Red Green Blue C M Y K H S L
Decimal 185 137 2 0 0.26 0.99 0.27 44.26 0.98 0.37
Hex B9 89 2 0 1A 63 1B 2C 62 25
Octal 271 211 2 0 32 143 33 54 142 45
Binary 10111001 10001001 10 0 11010 1100011 11011 101100 1100010 100101

Color Harmonies of #B98902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98902

Black with #B98902

Text Example


Text Example

White with #B98902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98902; }

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

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

background-color css

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

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

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

border-color css

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

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

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