Html Css Color HEX #B58848 Marigold

📋 copy color: '#B58848'

red 181 ◦ green 136 ◦ blue 72

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

Shades of Marigold #B58848

Tints of Marigold #B58848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.96%

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

R = 46.53%
G = 34.96%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B58848 (or 0xB58848) is known color: Marigold. HEX triplet: B5, 88 and 48. RGB value is (181,136,72). Sum of RGB (Red+Green+Blue) = 181+136+72=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B58848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58848 is #4A77B7. Grayscale: #8E8E8E. Windows color (decimal): -4880312 or 4753589. OLE color: 4753589.

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

Color convert

RGB 181 136 72 -
CMYK 0 0.25 0.60 0.29
HSL 35.23º 0.43% 0.5% -
HSV(B) 35.23º 0.6% 0.71% -
XYZ 29.03 27.9 9.99 -
YUV 142.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 181 136 72 0 0.25 0.60 0.29 35.23 0.43 0.5
Hex B5 88 48 0 19 3C 1D 23 2B 32
Octal 265 210 110 0 31 74 35 43 53 62
Binary 10110101 10001000 1001000 0 11001 111100 11101 100011 101011 110010

Color Harmonies of #B58848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58848

Black with #B58848

Text Example


Text Example

White with #B58848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58848; }

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

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

background-color css

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

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

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

border-color css

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

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

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