#b98a40

Color #B98A40 Marigold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marigold #B98A40

Tints of Marigold #B98A40

Color information

#B98A40 (or 0xB98A40) is unknown color: approx Marigold. HEX triplet: B9, 8A and 40. RGB value is (185,138,64). Sum of RGB (Red+Green+Blue) = 185+138+64=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A40 is #4675BF. Grayscale: #8F8F8F. Windows color (decimal): -4617664 or 4229817. OLE color: 4229817.

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

Color convert

RGB18513864-
CMYK00.250.650.27
HSL36.69º48.59%48.82%-
HSV(B)36.69º65.41%72.55%-
XYZ30.0228.868.84-
YUV143.6283.07157.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 64 (25.39% from 255) = 16.54%
R=47.80%
G=35.66%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851386400.250.650.2736.6948.5948.82
HexB98A40019411B253131
Octal27121210003110133456161
Binary10111001100010101000000011001100000111011100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98a40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98a40; }

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

 H1.HeaderClassName
 {
   color: #b98a40;
 }
 .AnyTagClassName
 {
   color: #b98a40;
 }
</style>
background-color css

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

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

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

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

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

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