#B48748

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

Shades of Marigold #B48748

Tints of Marigold #B48748

Color information

#B48748 (or 0xB48748) is unknown color: approx Marigold. HEX triplet: B4, 87 and 48. RGB value is (180,135,72). Sum of RGB (Red+Green+Blue) = 180+135+72=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B48748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48748 is #4B78B7. Grayscale: #8D8D8D. Windows color (decimal): -4946104 or 4753332. OLE color: 4753332.

HSL color Cylindrical-coordinate representation of color #B48748: hue angle of 35º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B48748 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18013572-
CMYK00.250.600.29
HSL35º42.86%49.41%-
HSV(B)35º60%70.59%-
XYZ28.6627.59.93-
YUV141.2788.91155.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=46.51%
G=34.88%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801357200.250.600.293542.8649.41
HexB487480193C1D232b31
Octal2642071100317435435361
Binary1011010010000111100100001100111110011101100011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48748; }

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

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

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

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

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

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

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

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