#B7843A

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

Shades of Marigold #B7843A

Tints of Marigold #B7843A

Color information

#B7843A (or 0xB7843A) is unknown color: approx Marigold. HEX triplet: B7, 84 and 3A. RGB value is (183,132,58). Sum of RGB (Red+Green+Blue) = 183+132+58=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7843A is #487BC5. Grayscale: #8B8B8B. Windows color (decimal): -4750278 or 3835063. OLE color: 3835063.

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

Color convert

RGB18313258-
CMYK00.280.680.28
HSL35.52º51.87%47.25%-
HSV(B)35.52º68.31%71.76%-
XYZ28.5426.887.69-
YUV138.8182.4159.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 58 (23.05% from 255) = 15.55%
R=49.06%
G=35.39%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831325800.280.680.2835.5251.8747.25
HexB7843A01C441C24342f
Octal2672047203410434446457
Binary1011011110000100111010011100100010011100100100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7843A; }

 p { color: rgb(183,132,58); }

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

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

 a { background-color: rgb(183,132,58); }

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

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

 span { border-color: rgb(183,132,58); }

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