Html Css Color HEX #B99040 Marigold

📋 copy color: '#B99040'

red 185 ◦ green 144 ◦ blue 64

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

Shades of Marigold #B99040

Tints of Marigold #B99040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 47.07%
G = 36.64%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B99040 (or 0xB99040) is known color: Marigold. HEX triplet: B9, 90 and 40. RGB value is (185,144,64). Sum of RGB (Red+Green+Blue) = 185+144+64=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B99040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99040 is #466FBF. Grayscale: #939393. Windows color (decimal): -4616128 or 4231353. OLE color: 4231353.

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

Color convert

RGB 185 144 64 -
CMYK 0 0.22 0.65 0.27
HSL 39.67º 0.49% 0.49% -
HSV(B) 39.67º 0.65% 0.73% -
XYZ 30.91 30.63 9.13 -
YUV 147.14 81.08 155 -
System Red Green Blue C M Y K H S L
Decimal 185 144 64 0 0.22 0.65 0.27 39.67 0.49 0.49
Hex B9 90 40 0 16 41 1B 28 31 31
Octal 271 220 100 0 26 101 33 50 61 61
Binary 10111001 10010000 1000000 0 10110 1000001 11011 101000 110001 110001

Color Harmonies of #B99040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99040

Black with #B99040

Text Example


Text Example

White with #B99040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99040; }

 p { color: rgb(185,144,64); }

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

background-color css

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

 a { background-color: rgb(185,144,64); }

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

border-color css

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

 span { border-color: rgb(185,144,64); }

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