#B98442

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

Shades of Marigold #B98442

Tints of Marigold #B98442

Color information

#B98442 (or 0xB98442) is unknown color: approx Marigold. HEX triplet: B9, 84 and 42. RGB value is (185,132,66). Sum of RGB (Red+Green+Blue) = 185+132+66=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B98442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98442 is #467BBD. Grayscale: #8C8C8C. Windows color (decimal): -4619198 or 4359353. OLE color: 4359353.

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

Color convert

RGB18513266-
CMYK00.290.640.27
HSL33.28º47.41%49.22%-
HSV(B)33.28º64.32%72.55%-
XYZ29.2427.218.87-
YUV140.3286.06159.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 66 (26.17% from 255) = 17.23%
R=48.30%
G=34.46%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851326600.290.640.2733.2847.4149.22
HexB9844201D401B212f31
Octal27120410203510033415761
Binary10111001100001001000010011101100000011011100001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98442; }

 p { color: rgb(185,132,66); }

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

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

 a { background-color: rgb(185,132,66); }

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

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

 span { border-color: rgb(185,132,66); }

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