#B9893F

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

Shades of Marigold #B9893F

Tints of Marigold #B9893F

Color information

#B9893F (or 0xB9893F) is unknown color: approx Marigold. HEX triplet: B9, 89 and 3F. RGB value is (185,137,63). Sum of RGB (Red+Green+Blue) = 185+137+63=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B9893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9893F is #4676C0. Grayscale: #8F8F8F. Windows color (decimal): -4617921 or 4164025. OLE color: 4164025.

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

Color convert

RGB18513763-
CMYK00.260.660.27
HSL36.39º49.19%48.63%-
HSV(B)36.39º65.95%72.55%-
XYZ29.8528.568.64-
YUV142.9282.9158.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 63 (25% from 255) = 16.36%
R=48.05%
G=35.58%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851376300.260.660.2736.3949.1948.63
HexB9893F01A421B243131
Octal2712117703210233446161
Binary1011100110001001111111011010100001011011100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9893F; }

 p { color: rgb(185,137,63); }

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

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

 a { background-color: rgb(185,137,63); }

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

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

 span { border-color: rgb(185,137,63); }

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