#B98A41

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

Shades of Marigold #B98A41

Tints of Marigold #B98A41

Color information

#B98A41 (or 0xB98A41) is unknown color: approx Marigold. HEX triplet: B9, 8A and 41. RGB value is (185,138,65). Sum of RGB (Red+Green+Blue) = 185+138+65=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A41 is #4675BE. Grayscale: #909090. Windows color (decimal): -4617663 or 4295353. OLE color: 4295353.

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

Color convert

RGB18513865-
CMYK00.250.650.27
HSL36.5º48%49.02%-
HSV(B)36.5º64.86%72.55%-
XYZ30.0528.878.99-
YUV143.7383.57157.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 65 (25.78% from 255) = 16.75%
R=47.68%
G=35.57%
B=16.75%

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
Decimal1851386500.250.650.2736.54849.02
HexB98A41019411B253031
Octal27121210103110133456061
Binary10111001100010101000001011001100000111011100101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A41; }

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

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

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

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

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

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

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

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