Html Css Color HEX #B98202 Dark Goldenrod

📋 copy color: '#B98202'

red 185 ◦ green 130 ◦ blue 2

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

Shades of Dark Goldenrod #B98202

Tints of Dark Goldenrod #B98202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

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

R = 58.36%
G = 41.01%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B98202 (or 0xB98202) is known color: Dark Goldenrod. HEX triplet: B9, 82 and 02. RGB value is (185,130,2). Sum of RGB (Red+Green+Blue) = 185+130+2=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B98202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98202 is #467DFD. Grayscale: #848484. Windows color (decimal): -4619774 or 164537. OLE color: 164537.

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

Color convert

RGB 185 130 2 -
CMYK 0 0.30 0.99 0.27
HSL 41.97º 0.98% 0.37% -
HSV(B) 41.97º 0.99% 0.73% -
XYZ 28 26.28 3.65 -
YUV 131.85 54.72 165.91 -
System Red Green Blue C M Y K H S L
Decimal 185 130 2 0 0.30 0.99 0.27 41.97 0.98 0.37
Hex B9 82 2 0 1E 63 1B 2A 62 25
Octal 271 202 2 0 36 143 33 52 142 45
Binary 10111001 10000010 10 0 11110 1100011 11011 101010 1100010 100101

Color Harmonies of #B98202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98202

Black with #B98202

Text Example


Text Example

White with #B98202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98202; }

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

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

background-color css

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

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

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

border-color css

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

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

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