Html Css Color HEX #B58C39 Marigold

📋 copy color: '#B58C39'

red 181 ◦ green 140 ◦ blue 57

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

Shades of Marigold #B58C39

Tints of Marigold #B58C39

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

 BLUE value IS 57 (22.66% from 255) = 15.08%

R = 47.88%
G = 37.04%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B58C39 (or 0xB58C39) is known color: Marigold. HEX triplet: B5, 8C and 39. RGB value is (181,140,57). Sum of RGB (Red+Green+Blue) = 181+140+57=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C39 is #4A73C6. Grayscale: #8F8F8F. Windows color (decimal): -4879303 or 3771573. OLE color: 3771573.

HSL color Cylindrical-coordinate representation of color #B58C39: hue angle of 40.16º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B58C39 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 140 57 -
CMYK 0 0.23 0.69 0.29
HSL 40.16º 0.52% 0.47% -
HSV(B) 40.16º 0.69% 0.71% -
XYZ 29.17 28.88 7.91 -
YUV 142.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 181 140 57 0 0.23 0.69 0.29 40.16 0.52 0.47
Hex B5 8C 39 0 17 45 1D 28 34 2F
Octal 265 214 71 0 27 105 35 50 64 57
Binary 10110101 10001100 111001 0 10111 1000101 11101 101000 110100 101111

Color Harmonies of #B58C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C39

Black with #B58C39

Text Example


Text Example

White with #B58C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C39; }

 p { color: rgb(181,140,57); }

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

background-color css

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

 a { background-color: rgb(181,140,57); }

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

border-color css

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

 span { border-color: rgb(181,140,57); }

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