Html Css Color HEX #B58948 Marigold

📋 copy color: '#B58948'

red 181 ◦ green 137 ◦ blue 72

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

Shades of Marigold #B58948

Tints of Marigold #B58948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 46.41%
G = 35.13%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B58948 (or 0xB58948) is known color: Marigold. HEX triplet: B5, 89 and 48. RGB value is (181,137,72). Sum of RGB (Red+Green+Blue) = 181+137+72=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B58948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58948 is #4A76B7. Grayscale: #8F8F8F. Windows color (decimal): -4880056 or 4753845. OLE color: 4753845.

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

Color convert

RGB 181 137 72 -
CMYK 0 0.24 0.60 0.29
HSL 35.78º 0.43% 0.5% -
HSV(B) 35.78º 0.6% 0.71% -
XYZ 29.17 28.18 10.03 -
YUV 142.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 181 137 72 0 0.24 0.60 0.29 35.78 0.43 0.5
Hex B5 89 48 0 18 3C 1D 24 2B 32
Octal 265 211 110 0 30 74 35 44 53 62
Binary 10110101 10001001 1001000 0 11000 111100 11101 100100 101011 110010

Color Harmonies of #B58948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58948

Black with #B58948

Text Example


Text Example

White with #B58948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58948; }

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

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

background-color css

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

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

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

border-color css

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

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

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