Html Css Color HEX #B89040 Marigold

📋 copy color: '#B89040'

red 184 ◦ green 144 ◦ blue 64

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

Shades of Marigold #B89040

Tints of Marigold #B89040

RGB

 RED value IS 184 (72.27% from 255) = 46.94%

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

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

R = 46.94%
G = 36.73%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B89040 (or 0xB89040) is known color: Marigold. HEX triplet: B8, 90 and 40. RGB value is (184,144,64). Sum of RGB (Red+Green+Blue) = 184+144+64=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B89040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89040 is #476FBF. Grayscale: #939393. Windows color (decimal): -4681664 or 4231352. OLE color: 4231352.

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

Color convert

RGB 184 144 64 -
CMYK 0 0.22 0.65 0.28
HSL 40º 0.48% 0.49% -
HSV(B) 40º 0.65% 0.72% -
XYZ 30.67 30.51 9.12 -
YUV 146.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 184 144 64 0 0.22 0.65 0.28 40 0.48 0.49
Hex B8 90 40 0 16 41 1C 28 30 31
Octal 270 220 100 0 26 101 34 50 60 61
Binary 10111000 10010000 1000000 0 10110 1000001 11100 101000 110000 110001

Color Harmonies of #B89040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89040

Black with #B89040

Text Example


Text Example

White with #B89040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89040; }

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

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

background-color css

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

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

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

border-color css

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

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

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