#B8803A

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

Shades of Marigold #B8803A

Tints of Marigold #B8803A

Color information

#B8803A (or 0xB8803A) is unknown color: approx Marigold. HEX triplet: B8, 80 and 3A. RGB value is (184,128,58). Sum of RGB (Red+Green+Blue) = 184+128+58=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B8803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8803A is #477FC5. Grayscale: #898989. Windows color (decimal): -4685766 or 3834040. OLE color: 3834040.

HSL color Cylindrical-coordinate representation of color #B8803A: hue angle of 33.33º 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 #B8803A is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB18412858-
CMYK00.300.680.28
HSL33.33º52.07%47.45%-
HSV(B)33.33º68.48%72.16%-
XYZ28.2525.937.52-
YUV136.7683.55161.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.73%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=49.73%
G=34.59%
B=15.68%

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
Decimal1841285800.300.680.2833.3352.0747.45
HexB8803A01E441C21342f
Octal2702007203610434416457
Binary1011100010000000111010011110100010011100100001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8803A; }

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

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

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

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

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

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

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

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