#B88539

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

Shades of Marigold #B88539

Tints of Marigold #B88539

Color information

#B88539 (or 0xB88539) is unknown color: approx Marigold. HEX triplet: B8, 85 and 39. RGB value is (184,133,57). Sum of RGB (Red+Green+Blue) = 184+133+57=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B88539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88539 is #477AC6. Grayscale: #8B8B8B. Windows color (decimal): -4684487 or 3769784. OLE color: 3769784.

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

Color convert

RGB18413357-
CMYK00.280.690.28
HSL35.91º52.7%47.25%-
HSV(B)35.91º69.02%72.16%-
XYZ28.8927.267.61-
YUV139.5881.4159.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.20%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 57 (22.66% from 255) = 15.24%
R=49.20%
G=35.56%
B=15.24%

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
Decimal1841335700.280.690.2835.9152.747.25
HexB8853901C451C24352f
Octal2702057103410534446557
Binary1011100010000101111001011100100010111100100100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88539; }

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

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

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

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

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

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

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

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