Html Css Color HEX #B98D3C Marigold

📋 copy color: '#B98D3C'

red 185 ◦ green 141 ◦ blue 60

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

Shades of Marigold #B98D3C

Tints of Marigold #B98D3C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.53%

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 47.93%
G = 36.53%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B98D3C (or 0xB98D3C) is known color: Marigold. HEX triplet: B9, 8D and 3C. RGB value is (185,141,60). Sum of RGB (Red+Green+Blue) = 185+141+60=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98D3C is #4672C3. Grayscale: #919191. Windows color (decimal): -4616900 or 3968441. OLE color: 3968441.

HSL color Cylindrical-coordinate representation of color #B98D3C: hue angle of 38.88º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B98D3C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 141 60 -
CMYK 0 0.24 0.68 0.27
HSL 38.88º 0.51% 0.48% -
HSV(B) 38.88º 0.68% 0.73% -
XYZ 30.35 29.69 8.41 -
YUV 144.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 185 141 60 0 0.24 0.68 0.27 38.88 0.51 0.48
Hex B9 8D 3C 0 18 44 1B 27 33 30
Octal 271 215 74 0 30 104 33 47 63 60
Binary 10111001 10001101 111100 0 11000 1000100 11011 100111 110011 110000

Color Harmonies of #B98D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98D3C

Black with #B98D3C

Text Example


Text Example

White with #B98D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98D3C; }

 p { color: rgb(185,141,60); }

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

background-color css

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

 a { background-color: rgb(185,141,60); }

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

border-color css

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

 span { border-color: rgb(185,141,60); }

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