Html Css Color HEX #B99205 Dark Goldenrod

📋 copy color: '#B99205'

red 185 ◦ green 146 ◦ blue 5

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

Shades of Dark Goldenrod #B99205

Tints of Dark Goldenrod #B99205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

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

R = 55.06%
G = 43.45%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B99205 (or 0xB99205) is known color: Dark Goldenrod. HEX triplet: B9, 92 and 05. RGB value is (185,146,5). Sum of RGB (Red+Green+Blue) = 185+146+5=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B99205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99205 is #466DFA. Grayscale: #8E8E8E. Windows color (decimal): -4615675 or 365241. OLE color: 365241.

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

Color convert

RGB 185 146 5 -
CMYK 0 0.21 0.97 0.27
HSL 47º 0.95% 0.37% -
HSV(B) 47º 0.97% 0.73% -
XYZ 30.31 30.88 4.51 -
YUV 141.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 185 146 5 0 0.21 0.97 0.27 47 0.95 0.37
Hex B9 92 5 0 15 61 1B 2F 5F 25
Octal 271 222 5 0 25 141 33 57 137 45
Binary 10111001 10010010 101 0 10101 1100001 11011 101111 1011111 100101

Color Harmonies of #B99205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99205

Black with #B99205

Text Example


Text Example

White with #B99205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99205; }

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

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

background-color css

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

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

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

border-color css

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

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

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