Html Css Color HEX #B58640 Marigold

📋 copy color: '#B58640'

red 181 ◦ green 134 ◦ blue 64

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

Shades of Marigold #B58640

Tints of Marigold #B58640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

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

R = 47.76%
G = 35.36%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B58640 (or 0xB58640) is known color: Marigold. HEX triplet: B5, 86 and 40. RGB value is (181,134,64). Sum of RGB (Red+Green+Blue) = 181+134+64=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B58640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58640 is #4A79BF. Grayscale: #8C8C8C. Windows color (decimal): -4880832 or 4228789. OLE color: 4228789.

HSL color Cylindrical-coordinate representation of color #B58640: hue angle of 35.9º 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 #B58640 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 64 -
CMYK 0 0.26 0.65 0.29
HSL 35.9º 0.48% 0.48% -
HSV(B) 35.9º 0.65% 0.71% -
XYZ 28.51 27.24 8.61 -
YUV 140.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 181 134 64 0 0.26 0.65 0.29 35.9 0.48 0.48
Hex B5 86 40 0 1A 41 1D 24 30 30
Octal 265 206 100 0 32 101 35 44 60 60
Binary 10110101 10000110 1000000 0 11010 1000001 11101 100100 110000 110000

Color Harmonies of #B58640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58640

Black with #B58640

Text Example


Text Example

White with #B58640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58640; }

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

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

background-color css

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

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

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

border-color css

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

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

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