#B98B3D

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

Shades of Marigold #B98B3D

Tints of Marigold #B98B3D

Color information

#B98B3D (or 0xB98B3D) is unknown color: approx Marigold. HEX triplet: B9, 8B and 3D. RGB value is (185,139,61). Sum of RGB (Red+Green+Blue) = 185+139+61=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98B3D is #4674C2. Grayscale: #909090. Windows color (decimal): -4617411 or 4033465. OLE color: 4033465.

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

Color convert

RGB18513961-
CMYK00.250.670.27
HSL37.74º50.41%48.24%-
HSV(B)37.74º67.03%72.55%-
XYZ30.0829.128.45-
YUV143.8681.24157.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=48.05%
G=36.10%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851396100.250.670.2737.7450.4148.24
HexB98B3D019431B263230
Octal2712137503110333466260
Binary1011100110001011111101011001100001111011100110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98B3D; }

 p { color: rgb(185,139,61); }

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

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

 a { background-color: rgb(185,139,61); }

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

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

 span { border-color: rgb(185,139,61); }

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