Html Css Color HEX #B58141 Marigold

📋 copy color: '#B58141'

red 181 ◦ green 129 ◦ blue 65

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

Shades of Marigold #B58141

Tints of Marigold #B58141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 48.27%
G = 34.4%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B58141 (or 0xB58141) is known color: Marigold. HEX triplet: B5, 81 and 41. RGB value is (181,129,65). Sum of RGB (Red+Green+Blue) = 181+129+65=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B58141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58141 is #4A7EBE. Grayscale: #898989. Windows color (decimal): -4882111 or 4293045. OLE color: 4293045.

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

Color convert

RGB 181 129 65 -
CMYK 0 0.29 0.64 0.29
HSL 33.1º 0.47% 0.48% -
HSV(B) 33.1º 0.64% 0.71% -
XYZ 27.86 25.91 8.53 -
YUV 137.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 181 129 65 0 0.29 0.64 0.29 33.1 0.47 0.48
Hex B5 81 41 0 1D 40 1D 21 2F 30
Octal 265 201 101 0 35 100 35 41 57 60
Binary 10110101 10000001 1000001 0 11101 1000000 11101 100001 101111 110000

Color Harmonies of #B58141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58141

Black with #B58141

Text Example


Text Example

White with #B58141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58141; }

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

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

background-color css

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

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

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

border-color css

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

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

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