Html Css Color HEX #B98505 Dark Goldenrod

📋 copy color: '#B98505'

red 185 ◦ green 133 ◦ blue 5

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

Shades of Dark Goldenrod #B98505

Tints of Dark Goldenrod #B98505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.18%

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 57.28%
G = 41.18%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B98505 (or 0xB98505) is known color: Dark Goldenrod. HEX triplet: B9, 85 and 05. RGB value is (185,133,5). Sum of RGB (Red+Green+Blue) = 185+133+5=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B98505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98505 is #467AFA. Grayscale: #868686. Windows color (decimal): -4619003 or 361913. OLE color: 361913.

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

Color convert

RGB 185 133 5 -
CMYK 0 0.28 0.97 0.27
HSL 42.67º 0.95% 0.37% -
HSV(B) 42.67º 0.97% 0.73% -
XYZ 28.42 27.1 3.88 -
YUV 133.96 55.23 164.41 -
System Red Green Blue C M Y K H S L
Decimal 185 133 5 0 0.28 0.97 0.27 42.67 0.95 0.37
Hex B9 85 5 0 1C 61 1B 2B 5F 25
Octal 271 205 5 0 34 141 33 53 137 45
Binary 10111001 10000101 101 0 11100 1100001 11011 101011 1011111 100101

Color Harmonies of #B98505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98505

Black with #B98505

Text Example


Text Example

White with #B98505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98505; }

 p { color: rgb(185,133,5); }

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

background-color css

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

 a { background-color: rgb(185,133,5); }

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

border-color css

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

 span { border-color: rgb(185,133,5); }

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