Html Css Color HEX #B58240 Marigold

📋 copy color: '#B58240'

red 181 ◦ green 130 ◦ blue 64

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

Shades of Marigold #B58240

Tints of Marigold #B58240

RGB

 RED value IS 181 (71.09% from 255) = 48.27%

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

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

R = 48.27%
G = 34.67%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B58240 (or 0xB58240) is known color: Marigold. HEX triplet: B5, 82 and 40. RGB value is (181,130,64). Sum of RGB (Red+Green+Blue) = 181+130+64=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B58240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58240 is #4A7DBF. Grayscale: #8A8A8A. Windows color (decimal): -4881856 or 4227765. OLE color: 4227765.

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

Color convert

RGB 181 130 64 -
CMYK 0 0.28 0.65 0.29
HSL 33.85º 0.48% 0.48% -
HSV(B) 33.85º 0.65% 0.71% -
XYZ 27.96 26.16 8.43 -
YUV 137.73 86.4 158.87 -
System Red Green Blue C M Y K H S L
Decimal 181 130 64 0 0.28 0.65 0.29 33.85 0.48 0.48
Hex B5 82 40 0 1C 41 1D 22 30 30
Octal 265 202 100 0 34 101 35 42 60 60
Binary 10110101 10000010 1000000 0 11100 1000001 11101 100010 110000 110000

Color Harmonies of #B58240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58240

Black with #B58240

Text Example


Text Example

White with #B58240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58240; }

 p { color: rgb(181,130,64); }

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

background-color css

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

 a { background-color: rgb(181,130,64); }

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

border-color css

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

 span { border-color: rgb(181,130,64); }

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