#B8893B

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

Shades of Marigold #B8893B

Tints of Marigold #B8893B

Color information

#B8893B (or 0xB8893B) is unknown color: approx Marigold. HEX triplet: B8, 89 and 3B. RGB value is (184,137,59). Sum of RGB (Red+Green+Blue) = 184+137+59=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8893B is #4776C4. Grayscale: #8E8E8E. Windows color (decimal): -4683461 or 3901880. OLE color: 3901880.

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

Color convert

RGB18413759-
CMYK00.260.680.28
HSL37.44º51.44%47.65%-
HSV(B)37.44º67.93%72.16%-
XYZ29.528.48.06-
YUV142.1681.07157.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 59 (23.44% from 255) = 15.53%
R=48.42%
G=36.05%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841375900.260.680.2837.4451.4447.65
HexB8893B01A441C253330
Octal2702117303210434456360
Binary1011100010001001111011011010100010011100100101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8893B; }

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

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

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

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

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

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

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

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