#B8893F

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

Shades of Marigold #B8893F

Tints of Marigold #B8893F

Color information

#B8893F (or 0xB8893F) is unknown color: approx Marigold. HEX triplet: B8, 89 and 3F. RGB value is (184,137,63). Sum of RGB (Red+Green+Blue) = 184+137+63=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B8893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8893F is #4776C0. Grayscale: #8E8E8E. Windows color (decimal): -4683457 or 4164024. OLE color: 4164024.

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

Color convert

RGB18413763-
CMYK00.260.660.28
HSL36.69º48.99%48.43%-
HSV(B)36.69º65.76%72.16%-
XYZ29.6128.448.63-
YUV142.6283.07157.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 63 (25% from 255) = 16.41%
R=47.92%
G=35.68%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841376300.260.660.2836.6948.9948.43
HexB8893F01A421C253130
Octal2702117703210234456160
Binary1011100010001001111111011010100001011100100101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8893F; }

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

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

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

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

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

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

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

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