#B0813F

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

Shades of Marigold #B0813F

Tints of Marigold #B0813F

Color information

#B0813F (or 0xB0813F) is unknown color: approx Marigold. HEX triplet: B0, 81 and 3F. RGB value is (176,129,63). Sum of RGB (Red+Green+Blue) = 176+129+63=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0813F is #4F7EC0. Grayscale: #878787. Windows color (decimal): -5209793 or 4161968. OLE color: 4161968.

HSL color Cylindrical-coordinate representation of color #B0813F: hue angle of 35.04º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0813F is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17612963-
CMYK00.270.640.31
HSL35.04º47.28%46.86%-
HSV(B)35.04º64.2%69.02%-
XYZ26.6525.298.18-
YUV135.5387.07156.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 63 (25% from 255) = 17.12%
R=47.83%
G=35.05%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761296300.270.640.3135.0447.2846.86
HexB0813F01B401F232f2f
Octal2602017703310037435757
Binary1011000010000001111111011011100000011111100011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0813F; }

 p { color: rgb(176,129,63); }

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

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

 a { background-color: rgb(176,129,63); }

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

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

 span { border-color: rgb(176,129,63); }

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