#B2843F

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

Shades of Marigold #B2843F

Tints of Marigold #B2843F

Color information

#B2843F (or 0xB2843F) is unknown color: approx Marigold. HEX triplet: B2, 84 and 3F. RGB value is (178,132,63). Sum of RGB (Red+Green+Blue) = 178+132+63=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2843F is #4D7BC0. Grayscale: #8A8A8A. Windows color (decimal): -5077953 or 4162738. OLE color: 4162738.

HSL color Cylindrical-coordinate representation of color #B2843F: hue angle of 36º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2843F is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB17813263-
CMYK00.260.650.30
HSL36º47.72%47.25%-
HSV(B)36º64.61%69.8%-
XYZ27.5126.338.33-
YUV137.8985.74156.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 63 (25% from 255) = 16.89%
R=47.72%
G=35.39%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781326300.260.650.303647.7247.25
HexB2843F01A411E24302f
Octal2622047703210136446057
Binary1011001010000100111111011010100000111110100100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2843F; }

 p { color: rgb(178,132,63); }

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

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

 a { background-color: rgb(178,132,63); }

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

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

 span { border-color: rgb(178,132,63); }

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