Html Css Color HEX #B98200 Dark Goldenrod

📋 copy color: '#B98200'

red 185 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #B98200

Tints of Dark Goldenrod #B98200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.73%
G = 41.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B98200 (or 0xB98200) is known color: Dark Goldenrod. HEX triplet: B9, 82 and 00. RGB value is (185,130,0). Sum of RGB (Red+Green+Blue) = 185+130+0=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B98200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98200 is #467DFF. Grayscale: #848484. Windows color (decimal): -4619776 or 33465. OLE color: 33465.

HSL color Cylindrical-coordinate representation of color #B98200: hue angle of 42.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B98200 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 0 -
CMYK 0 0.30 1 0.27
HSL 42.16º 1% 0.36% -
HSV(B) 42.16º 1% 0.73% -
XYZ 27.99 26.28 3.6 -
YUV 131.63 53.72 166.07 -
System Red Green Blue C M Y K H S L
Decimal 185 130 0 0 0.30 1 0.27 42.16 1 0.36
Hex B9 82 0 0 1E 64 1B 2A 64 24
Octal 271 202 0 0 36 144 33 52 144 44
Binary 10111001 10000010 0 0 11110 1100100 11011 101010 1100100 100100

Color Harmonies of #B98200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98200

Black with #B98200

Text Example


Text Example

White with #B98200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98200; }

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

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

background-color css

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

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

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

border-color css

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

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

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