#B88541

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

Shades of Marigold #B88541

Tints of Marigold #B88541

Color information

#B88541 (or 0xB88541) is unknown color: approx Marigold. HEX triplet: B8, 85 and 41. RGB value is (184,133,65). Sum of RGB (Red+Green+Blue) = 184+133+65=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B88541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88541 is #477ABE. Grayscale: #8C8C8C. Windows color (decimal): -4684479 or 4294072. OLE color: 4294072.

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

Color convert

RGB18413365-
CMYK00.280.650.28
HSL34.29º47.79%48.82%-
HSV(B)34.29º64.67%72.16%-
XYZ29.1127.358.75-
YUV140.585.4159.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=48.17%
G=34.82%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841336500.280.650.2834.2947.7948.82
HexB8854101C411C223031
Octal27020510103410134426061
Binary10111000100001011000001011100100000111100100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88541; }

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

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

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

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

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

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

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

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