Html Css Color HEX #B58139 Marigold

📋 copy color: '#B58139'

red 181 ◦ green 129 ◦ blue 57

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

Shades of Marigold #B58139

Tints of Marigold #B58139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 49.32%
G = 35.15%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B58139 (or 0xB58139) is known color: Marigold. HEX triplet: B5, 81 and 39. RGB value is (181,129,57). Sum of RGB (Red+Green+Blue) = 181+129+57=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B58139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58139 is #4A7EC6. Grayscale: #888888. Windows color (decimal): -4882119 or 3768757. OLE color: 3768757.

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

Color convert

RGB 181 129 57 -
CMYK 0 0.29 0.69 0.29
HSL 34.84º 0.52% 0.47% -
HSV(B) 34.84º 0.69% 0.71% -
XYZ 27.64 25.82 7.4 -
YUV 136.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 181 129 57 0 0.29 0.69 0.29 34.84 0.52 0.47
Hex B5 81 39 0 1D 45 1D 23 34 2F
Octal 265 201 71 0 35 105 35 43 64 57
Binary 10110101 10000001 111001 0 11101 1000101 11101 100011 110100 101111

Color Harmonies of #B58139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58139

Black with #B58139

Text Example


Text Example

White with #B58139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58139; }

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

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

background-color css

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

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

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

border-color css

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

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

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