Html Css Color HEX #B98E3C Marigold

📋 copy color: '#B98E3C'

red 185 ◦ green 142 ◦ blue 60

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

Shades of Marigold #B98E3C

Tints of Marigold #B98E3C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.69%

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

R = 47.8%
G = 36.69%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B98E3C (or 0xB98E3C) is known color: Marigold. HEX triplet: B9, 8E and 3C. RGB value is (185,142,60). Sum of RGB (Red+Green+Blue) = 185+142+60=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E3C is #4671C3. Grayscale: #919191. Windows color (decimal): -4616644 or 3968697. OLE color: 3968697.

HSL color Cylindrical-coordinate representation of color #B98E3C: hue angle of 39.36º 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 #B98E3C is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 142 60 -
CMYK 0 0.23 0.68 0.27
HSL 39.36º 0.51% 0.48% -
HSV(B) 39.36º 0.68% 0.73% -
XYZ 30.5 29.99 8.46 -
YUV 145.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 185 142 60 0 0.23 0.68 0.27 39.36 0.51 0.48
Hex B9 8E 3C 0 17 44 1B 27 33 30
Octal 271 216 74 0 27 104 33 47 63 60
Binary 10111001 10001110 111100 0 10111 1000100 11011 100111 110011 110000

Color Harmonies of #B98E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E3C

Black with #B98E3C

Text Example


Text Example

White with #B98E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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