Html Css Color HEX #B98440 Marigold

📋 copy color: '#B98440'

red 185 ◦ green 132 ◦ blue 64

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

Shades of Marigold #B98440

Tints of Marigold #B98440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

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

R = 48.56%
G = 34.65%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B98440 (or 0xB98440) is known color: Marigold. HEX triplet: B9, 84 and 40. RGB value is (185,132,64). Sum of RGB (Red+Green+Blue) = 185+132+64=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B98440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98440 is #467BBF. Grayscale: #8C8C8C. Windows color (decimal): -4619200 or 4228281. OLE color: 4228281.

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

Color convert

RGB 185 132 64 -
CMYK 0 0.29 0.65 0.27
HSL 33.72º 0.49% 0.49% -
HSV(B) 33.72º 0.65% 0.73% -
XYZ 29.18 27.19 8.56 -
YUV 140.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 185 132 64 0 0.29 0.65 0.27 33.72 0.49 0.49
Hex B9 84 40 0 1D 41 1B 22 31 31
Octal 271 204 100 0 35 101 33 42 61 61
Binary 10111001 10000100 1000000 0 11101 1000001 11011 100010 110001 110001

Color Harmonies of #B98440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98440

Black with #B98440

Text Example


Text Example

White with #B98440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98440; }

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

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

background-color css

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

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

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

border-color css

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

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

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