Html Css Color HEX #B58547 Marigold

📋 copy color: '#B58547'

red 181 ◦ green 133 ◦ blue 71

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

Shades of Marigold #B58547

Tints of Marigold #B58547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 47.01%
G = 34.55%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B58547 (or 0xB58547) is known color: Marigold. HEX triplet: B5, 85 and 47. RGB value is (181,133,71). Sum of RGB (Red+Green+Blue) = 181+133+71=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B58547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58547 is #4A7AB8. Grayscale: #8C8C8C. Windows color (decimal): -4881081 or 4687285. OLE color: 4687285.

HSL color Cylindrical-coordinate representation of color #B58547: hue angle of 33.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B58547 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 133 71 -
CMYK 0 0.27 0.61 0.29
HSL 33.82º 0.44% 0.49% -
HSV(B) 33.82º 0.61% 0.71% -
XYZ 28.58 27.05 9.68 -
YUV 140.28 88.9 157.04 -
System Red Green Blue C M Y K H S L
Decimal 181 133 71 0 0.27 0.61 0.29 33.82 0.44 0.49
Hex B5 85 47 0 1B 3D 1D 22 2C 31
Octal 265 205 107 0 33 75 35 42 54 61
Binary 10110101 10000101 1000111 0 11011 111101 11101 100010 101100 110001

Color Harmonies of #B58547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58547

Black with #B58547

Text Example


Text Example

White with #B58547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58547; }

 p { color: rgb(181,133,71); }

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

background-color css

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

 a { background-color: rgb(181,133,71); }

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

border-color css

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

 span { border-color: rgb(181,133,71); }

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