#B8813A

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

Shades of Marigold #B8813A

Tints of Marigold #B8813A

Color information

#B8813A (or 0xB8813A) is unknown color: approx Marigold. HEX triplet: B8, 81 and 3A. RGB value is (184,129,58). Sum of RGB (Red+Green+Blue) = 184+129+58=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B8813A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8813A is #477EC5. Grayscale: #898989. Windows color (decimal): -4685510 or 3834296. OLE color: 3834296.

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

Color convert

RGB18412958-
CMYK00.300.680.28
HSL33.81º52.07%47.45%-
HSV(B)33.81º68.48%72.16%-
XYZ28.3826.27.56-
YUV137.3583.22161.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 58 (23.05% from 255) = 15.63%
R=49.60%
G=34.77%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841295800.300.680.2833.8152.0747.45
HexB8813A01E441C22342f
Octal2702017203610434426457
Binary1011100010000001111010011110100010011100100010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8813A; }

 p { color: rgb(184,129,58); }

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

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

 a { background-color: rgb(184,129,58); }

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

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

 span { border-color: rgb(184,129,58); }

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