#B98C3C

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

Shades of Marigold #B98C3C

Tints of Marigold #B98C3C

Color information

#B98C3C (or 0xB98C3C) is unknown color: approx Marigold. HEX triplet: B9, 8C and 3C. RGB value is (185,140,60). Sum of RGB (Red+Green+Blue) = 185+140+60=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C3C is #4673C3. Grayscale: #909090. Windows color (decimal): -4617156 or 3968185. OLE color: 3968185.

HSL color Cylindrical-coordinate representation of color #B98C3C: hue angle of 38.4º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B98C3C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18514060-
CMYK00.240.680.27
HSL38.4º51.02%48.04%-
HSV(B)38.4º67.57%72.55%-
XYZ30.229.48.36-
YUV144.3480.41157-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 60 (23.83% from 255) = 15.58%
R=48.05%
G=36.36%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851406000.240.680.2738.451.0248.04
HexB98C3C018441B263330
Octal2712147403010433466360
Binary1011100110001100111100011000100010011011100110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C3C; }

 p { color: rgb(185,140,60); }

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

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

 a { background-color: rgb(185,140,60); }

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

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

 span { border-color: rgb(185,140,60); }

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