#B98A43

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

Shades of Marigold #B98A43

Tints of Marigold #B98A43

Color information

#B98A43 (or 0xB98A43) is unknown color: approx Marigold. HEX triplet: B9, 8A and 43. RGB value is (185,138,67). Sum of RGB (Red+Green+Blue) = 185+138+67=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A43 is #4675BC. Grayscale: #909090. Windows color (decimal): -4617661 or 4426425. OLE color: 4426425.

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

Color convert

RGB18513867-
CMYK00.250.640.27
HSL36.1º46.83%49.41%-
HSV(B)36.1º63.78%72.55%-
XYZ30.1128.99.3-
YUV143.9684.57157.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 67 (26.56% from 255) = 17.18%
R=47.44%
G=35.38%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851386700.250.640.2736.146.8349.41
HexB98A43019401B242f31
Octal27121210303110033445761
Binary10111001100010101000011011001100000011011100100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A43; }

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

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

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

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

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

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

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

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