#B9873E

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

Shades of Marigold #B9873E

Tints of Marigold #B9873E

Color information

#B9873E (or 0xB9873E) is unknown color: approx Marigold. HEX triplet: B9, 87 and 3E. RGB value is (185,135,62). Sum of RGB (Red+Green+Blue) = 185+135+62=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9873E is #4678C1. Grayscale: #8D8D8D. Windows color (decimal): -4618434 or 4097977. OLE color: 4097977.

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

Color convert

RGB18513562-
CMYK00.270.660.27
HSL35.61º49.8%48.43%-
HSV(B)35.61º66.49%72.55%-
XYZ29.5427.998.4-
YUV141.6383.06158.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 62 (24.61% from 255) = 16.23%
R=48.43%
G=35.34%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851356200.270.660.2735.6149.848.43
HexB9873E01B421B243230
Octal2712077603310233446260
Binary1011100110000111111110011011100001011011100100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9873E; }

 p { color: rgb(185,135,62); }

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

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

 a { background-color: rgb(185,135,62); }

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

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

 span { border-color: rgb(185,135,62); }

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