#B48343

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

Shades of Marigold #B48343

Tints of Marigold #B48343

Color information

#B48343 (or 0xB48343) is unknown color: approx Marigold. HEX triplet: B4, 83 and 43. RGB value is (180,131,67). Sum of RGB (Red+Green+Blue) = 180+131+67=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B48343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48343 is #4B7CBC. Grayscale: #8A8A8A. Windows color (decimal): -4947133 or 4424628. OLE color: 4424628.

HSL color Cylindrical-coordinate representation of color #B48343: hue angle of 33.98º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B48343 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB18013167-
CMYK00.270.630.29
HSL33.98º45.75%48.43%-
HSV(B)33.98º62.78%70.59%-
XYZ27.9526.348.92-
YUV138.3587.73157.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 67 (26.56% from 255) = 17.72%
R=47.62%
G=34.66%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801316700.270.630.2933.9845.7548.43
HexB4834301B3F1D222e30
Octal2642031030337735425660
Binary1011010010000011100001101101111111111101100010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48343; }

 p { color: rgb(180,131,67); }

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

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

 a { background-color: rgb(180,131,67); }

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

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

 span { border-color: rgb(180,131,67); }

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