Html Css Color HEX #B98240 Marigold

📋 copy color: '#B98240'

red 185 ◦ green 130 ◦ blue 64

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

Shades of Marigold #B98240

Tints of Marigold #B98240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

 BLUE value IS 64 (25.39% from 255) = 16.89%

R = 48.81%
G = 34.3%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B98240 (or 0xB98240) is known color: Marigold. HEX triplet: B9, 82 and 40. RGB value is (185,130,64). Sum of RGB (Red+Green+Blue) = 185+130+64=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B98240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98240 is #467DBF. Grayscale: #8B8B8B. Windows color (decimal): -4619712 or 4227769. OLE color: 4227769.

HSL color Cylindrical-coordinate representation of color #B98240: hue angle of 32.73º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B98240 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 64 -
CMYK 0 0.30 0.65 0.27
HSL 32.73º 0.49% 0.49% -
HSV(B) 32.73º 0.65% 0.73% -
XYZ 28.92 26.65 8.47 -
YUV 138.92 85.72 160.87 -
System Red Green Blue C M Y K H S L
Decimal 185 130 64 0 0.30 0.65 0.27 32.73 0.49 0.49
Hex B9 82 40 0 1E 41 1B 21 31 31
Octal 271 202 100 0 36 101 33 41 61 61
Binary 10111001 10000010 1000000 0 11110 1000001 11011 100001 110001 110001

Color Harmonies of #B98240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98240

Black with #B98240

Text Example


Text Example

White with #B98240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98240; }

 p { color: rgb(185,130,64); }

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

background-color css

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

 a { background-color: rgb(185,130,64); }

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

border-color css

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

 span { border-color: rgb(185,130,64); }

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