#B88439

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

Shades of Marigold #B88439

Tints of Marigold #B88439

Color information

#B88439 (or 0xB88439) is unknown color: approx Marigold. HEX triplet: B8, 84 and 39. RGB value is (184,132,57). Sum of RGB (Red+Green+Blue) = 184+132+57=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B88439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88439 is #477BC6. Grayscale: #8B8B8B. Windows color (decimal): -4684743 or 3769528. OLE color: 3769528.

HSL color Cylindrical-coordinate representation of color #B88439: hue angle of 35.43º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B88439 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB18413257-
CMYK00.280.690.28
HSL35.43º52.7%47.25%-
HSV(B)35.43º69.02%72.16%-
XYZ28.7626.997.56-
YUV13981.73160.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.33%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 57 (22.66% from 255) = 15.28%
R=49.33%
G=35.39%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841325700.280.690.2835.4352.747.25
HexB8843901C451C23352f
Octal2702047103410534436557
Binary1011100010000100111001011100100010111100100011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88439; }

 p { color: rgb(184,132,57); }

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

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

 a { background-color: rgb(184,132,57); }

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

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

 span { border-color: rgb(184,132,57); }

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