Html Css Color HEX #B98E40 Marigold

📋 copy color: '#B98E40'

red 185 ◦ green 142 ◦ blue 64

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

Shades of Marigold #B98E40

Tints of Marigold #B98E40

RGB

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

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

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

R = 47.31%
G = 36.32%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B98E40 (or 0xB98E40) is known color: Marigold. HEX triplet: B9, 8E and 40. RGB value is (185,142,64). Sum of RGB (Red+Green+Blue) = 185+142+64=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E40 is #4671BF. Grayscale: #929292. Windows color (decimal): -4616640 or 4230841. OLE color: 4230841.

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

Color convert

RGB 185 142 64 -
CMYK 0 0.23 0.65 0.27
HSL 38.68º 0.49% 0.49% -
HSV(B) 38.68º 0.65% 0.73% -
XYZ 30.61 30.03 9.03 -
YUV 145.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 185 142 64 0 0.23 0.65 0.27 38.68 0.49 0.49
Hex B9 8E 40 0 17 41 1B 27 31 31
Octal 271 216 100 0 27 101 33 47 61 61
Binary 10111001 10001110 1000000 0 10111 1000001 11011 100111 110001 110001

Color Harmonies of #B98E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E40

Black with #B98E40

Text Example


Text Example

White with #B98E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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