Html Css Color HEX #B98203 Dark Goldenrod

📋 copy color: '#B98203'

red 185 ◦ green 130 ◦ blue 3

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

Shades of Dark Goldenrod #B98203

Tints of Dark Goldenrod #B98203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 58.18%
G = 40.88%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B98203 (or 0xB98203) is known color: Dark Goldenrod. HEX triplet: B9, 82 and 03. RGB value is (185,130,3). Sum of RGB (Red+Green+Blue) = 185+130+3=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B98203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98203 is #467DFC. Grayscale: #848484. Windows color (decimal): -4619773 or 230073. OLE color: 230073.

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

Color convert

RGB 185 130 3 -
CMYK 0 0.30 0.98 0.27
HSL 41.87º 0.97% 0.37% -
HSV(B) 41.87º 0.98% 0.73% -
XYZ 28.01 26.29 3.68 -
YUV 131.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 185 130 3 0 0.30 0.98 0.27 41.87 0.97 0.37
Hex B9 82 3 0 1E 62 1B 2A 61 25
Octal 271 202 3 0 36 142 33 52 141 45
Binary 10111001 10000010 11 0 11110 1100010 11011 101010 1100001 100101

Color Harmonies of #B98203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98203

Black with #B98203

Text Example


Text Example

White with #B98203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98203; }

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

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

background-color css

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

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

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

border-color css

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

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

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