#B48640

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

Shades of Marigold #B48640

Tints of Marigold #B48640

Color information

#B48640 (or 0xB48640) is unknown color: approx Marigold. HEX triplet: B4, 86 and 40. RGB value is (180,134,64). Sum of RGB (Red+Green+Blue) = 180+134+64=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B48640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48640 is #4B79BF. Grayscale: #8C8C8C. Windows color (decimal): -4946368 or 4228788. OLE color: 4228788.

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

Color convert

RGB18013464-
CMYK00.260.640.29
HSL36.21º47.54%47.84%-
HSV(B)36.21º64.44%70.59%-
XYZ28.2727.128.6-
YUV139.7785.24156.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=47.62%
G=35.45%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801346400.260.640.2936.2147.5447.84
HexB4864001A401D243030
Octal26420610003210035446060
Binary10110100100001101000000011010100000011101100100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48640; }

 p { color: rgb(180,134,64); }

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

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

 a { background-color: rgb(180,134,64); }

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

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

 span { border-color: rgb(180,134,64); }

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