Html Css Color HEX #B98548 Marigold

📋 copy color: '#B98548'

red 185 ◦ green 133 ◦ blue 72

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

Shades of Marigold #B98548

Tints of Marigold #B98548

RGB

 RED value IS 185 (72.66% from 255) = 47.44%

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

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

R = 47.44%
G = 34.1%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B98548 (or 0xB98548) is known color: Marigold. HEX triplet: B9, 85 and 48. RGB value is (185,133,72). Sum of RGB (Red+Green+Blue) = 185+133+72=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B98548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98548 is #467AB7. Grayscale: #8D8D8D. Windows color (decimal): -4618936 or 4752825. OLE color: 4752825.

HSL color Cylindrical-coordinate representation of color #B98548: hue angle of 32.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B98548 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 133 72 -
CMYK 0 0.28 0.61 0.27
HSL 32.39º 0.45% 0.5% -
HSV(B) 32.39º 0.61% 0.73% -
XYZ 29.56 27.56 9.89 -
YUV 141.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 185 133 72 0 0.28 0.61 0.27 32.39 0.45 0.5
Hex B9 85 48 0 1C 3D 1B 20 2D 32
Octal 271 205 110 0 34 75 33 40 55 62
Binary 10111001 10000101 1001000 0 11100 111101 11011 100000 101101 110010

Color Harmonies of #B98548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98548

Black with #B98548

Text Example


Text Example

White with #B98548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98548; }

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

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

background-color css

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

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

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

border-color css

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

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

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