Html Css Color HEX #B98C3C Marigold

📋 copy color: '#B98C3C'

red 185 ◦ green 140 ◦ blue 60

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

Shades of Marigold #B98C3C

Tints of Marigold #B98C3C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

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

R = 48.05%
G = 36.36%
B = 15.58%

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

#B98C3C (or 0xB98C3C) is known color: Marigold. HEX triplet: B9, 8C and 3C. RGB value is (185,140,60). Sum of RGB (Red+Green+Blue) = 185+140+60=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C3C is #4673C3. Grayscale: #909090. Windows color (decimal): -4617156 or 3968185. OLE color: 3968185.

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

Color convert

RGB 185 140 60 -
CMYK 0 0.24 0.68 0.27
HSL 38.4º 0.51% 0.48% -
HSV(B) 38.4º 0.68% 0.73% -
XYZ 30.2 29.4 8.36 -
YUV 144.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 185 140 60 0 0.24 0.68 0.27 38.4 0.51 0.48
Hex B9 8C 3C 0 18 44 1B 26 33 30
Octal 271 214 74 0 30 104 33 46 63 60
Binary 10111001 10001100 111100 0 11000 1000100 11011 100110 110011 110000

Color Harmonies of #B98C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C3C

Black with #B98C3C

Text Example


Text Example

White with #B98C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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