#B48743

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

Shades of Marigold #B48743

Tints of Marigold #B48743

Color information

#B48743 (or 0xB48743) is unknown color: approx Marigold. HEX triplet: B4, 87 and 43. RGB value is (180,135,67). Sum of RGB (Red+Green+Blue) = 180+135+67=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B48743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48743 is #4B78BC. Grayscale: #8D8D8D. Windows color (decimal): -4946109 or 4425652. OLE color: 4425652.

HSL color Cylindrical-coordinate representation of color #B48743: hue angle of 36.11º 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 #B48743 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB18013567-
CMYK00.250.630.29
HSL36.11º45.75%48.43%-
HSV(B)36.11º62.78%70.59%-
XYZ28.527.449.1-
YUV140.786.41156.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 67 (26.56% from 255) = 17.54%
R=47.12%
G=35.34%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801356700.250.630.2936.1145.7548.43
HexB487430193F1D242e30
Octal2642071030317735445660
Binary1011010010000111100001101100111111111101100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48743; }

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

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

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

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

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

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

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

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