#B48C3C

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

Shades of Marigold #B48C3C

Tints of Marigold #B48C3C

Color information

#B48C3C (or 0xB48C3C) is unknown color: approx Marigold. HEX triplet: B4, 8C and 3C. RGB value is (180,140,60). Sum of RGB (Red+Green+Blue) = 180+140+60=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C3C is #4B73C3. Grayscale: #8F8F8F. Windows color (decimal): -4944836 or 3968180. OLE color: 3968180.

HSL color Cylindrical-coordinate representation of color #B48C3C: hue angle of 40º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B48C3C is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB18014060-
CMYK00.220.670.29
HSL40º50%47.06%-
HSV(B)40º66.67%70.59%-
XYZ29.0228.798.3-
YUV142.8481.25154.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 140 (55.08% from 255) = 36.84%
BLUE value IS 60 (23.83% from 255) = 15.79%
R=47.37%
G=36.84%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801406000.220.670.29405047.06
HexB48C3C016431D28322f
Octal2642147402610335506257
Binary1011010010001100111100010110100001111101101000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C3C; }

 p { color: rgb(180,140,60); }

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

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

 a { background-color: rgb(180,140,60); }

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

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

 span { border-color: rgb(180,140,60); }

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