#B98A44

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

Shades of Marigold #B98A44

Tints of Marigold #B98A44

Color information

#B98A44 (or 0xB98A44) is unknown color: approx Marigold. HEX triplet: B9, 8A and 44. RGB value is (185,138,68). Sum of RGB (Red+Green+Blue) = 185+138+68=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A44 is #4675BB. Grayscale: #909090. Windows color (decimal): -4617660 or 4491961. OLE color: 4491961.

HSL color Cylindrical-coordinate representation of color #B98A44: hue angle of 35.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B98A44 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18513868-
CMYK00.250.630.27
HSL35.9º46.25%49.61%-
HSV(B)35.9º63.24%72.55%-
XYZ30.1428.919.46-
YUV144.0785.07157.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 68 (26.95% from 255) = 17.39%
R=47.31%
G=35.29%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851386800.250.630.2735.946.2549.61
HexB98A440193F1B242e32
Octal2712121040317733445662
Binary1011100110001010100010001100111111111011100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A44; }

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

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

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

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

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

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

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

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