Html Css Color HEX #B58548 Marigold

📋 copy color: '#B58548'

red 181 ◦ green 133 ◦ blue 72

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

Shades of Marigold #B58548

Tints of Marigold #B58548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 46.89%
G = 34.46%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B58548 (or 0xB58548) is known color: Marigold. HEX triplet: B5, 85 and 48. RGB value is (181,133,72). Sum of RGB (Red+Green+Blue) = 181+133+72=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B58548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58548 is #4A7AB7. Grayscale: #8C8C8C. Windows color (decimal): -4881080 or 4752821. OLE color: 4752821.

HSL color Cylindrical-coordinate representation of color #B58548: hue angle of 33.58º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B58548 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 133 72 -
CMYK 0 0.27 0.60 0.29
HSL 33.58º 0.43% 0.5% -
HSV(B) 33.58º 0.6% 0.71% -
XYZ 28.61 27.07 9.85 -
YUV 140.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 181 133 72 0 0.27 0.60 0.29 33.58 0.43 0.5
Hex B5 85 48 0 1B 3C 1D 22 2B 32
Octal 265 205 110 0 33 74 35 42 53 62
Binary 10110101 10000101 1001000 0 11011 111100 11101 100010 101011 110010

Color Harmonies of #B58548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58548

Black with #B58548

Text Example


Text Example

White with #B58548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58548; }

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

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

background-color css

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

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

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

border-color css

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

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

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