#B88A40

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

Shades of Marigold #B88A40

Tints of Marigold #B88A40

Color information

#B88A40 (or 0xB88A40) is unknown color: approx Marigold. HEX triplet: B8, 8A and 40. RGB value is (184,138,64). Sum of RGB (Red+Green+Blue) = 184+138+64=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A40 is #4775BF. Grayscale: #8F8F8F. Windows color (decimal): -4683200 or 4229816. OLE color: 4229816.

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

Color convert

RGB18413864-
CMYK00.250.650.28
HSL37º48.39%48.63%-
HSV(B)37º65.22%72.16%-
XYZ29.7828.748.83-
YUV143.3283.24157.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=47.67%
G=35.75%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841386400.250.650.283748.3948.63
HexB88A40019411C253031
Octal27021210003110134456061
Binary10111000100010101000000011001100000111100100101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A40; }

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

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

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

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

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

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

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

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