#B88640

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

Shades of Marigold #B88640

Tints of Marigold #B88640

Color information

#B88640 (or 0xB88640) is unknown color: approx Marigold. HEX triplet: B8, 86 and 40. RGB value is (184,134,64). Sum of RGB (Red+Green+Blue) = 184+134+64=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B88640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88640 is #4779BF. Grayscale: #8D8D8D. Windows color (decimal): -4684224 or 4228792. OLE color: 4228792.

HSL color Cylindrical-coordinate representation of color #B88640: hue angle of 35º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B88640 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB18413464-
CMYK00.270.650.28
HSL35º48.39%48.63%-
HSV(B)35º65.22%72.16%-
XYZ29.2227.618.64-
YUV140.9784.56158.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 64 (25.39% from 255) = 16.75%
R=48.17%
G=35.08%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841346400.270.650.283548.3948.63
HexB8864001B411C233031
Octal27020610003310134436061
Binary10111000100001101000000011011100000111100100011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88640; }

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

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

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

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

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

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

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

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