Html Css Color HEX #B58237 Marigold

📋 copy color: '#B58237'

red 181 ◦ green 130 ◦ blue 55

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

Shades of Marigold #B58237

Tints of Marigold #B58237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.03%

R = 49.45%
G = 35.52%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B58237 (or 0xB58237) is known color: Marigold. HEX triplet: B5, 82 and 37. RGB value is (181,130,55). Sum of RGB (Red+Green+Blue) = 181+130+55=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B58237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58237 is #4A7DC8. Grayscale: #898989. Windows color (decimal): -4881865 or 3637941. OLE color: 3637941.

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

Color convert

RGB 181 130 55 -
CMYK 0 0.28 0.70 0.29
HSL 35.71º 0.53% 0.46% -
HSV(B) 35.71º 0.7% 0.71% -
XYZ 27.73 26.06 7.18 -
YUV 136.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 181 130 55 0 0.28 0.70 0.29 35.71 0.53 0.46
Hex B5 82 37 0 1C 46 1D 24 35 2E
Octal 265 202 67 0 34 106 35 44 65 56
Binary 10110101 10000010 110111 0 11100 1000110 11101 100100 110101 101110

Color Harmonies of #B58237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58237

Black with #B58237

Text Example


Text Example

White with #B58237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58237; }

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

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

background-color css

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

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

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

border-color css

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

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

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