#B88C43

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

Shades of Marigold #B88C43

Tints of Marigold #B88C43

Color information

#B88C43 (or 0xB88C43) is unknown color: approx Marigold. HEX triplet: B8, 8C and 43. RGB value is (184,140,67). Sum of RGB (Red+Green+Blue) = 184+140+67=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88C43 is #4773BC. Grayscale: #919191. Windows color (decimal): -4682685 or 4426936. OLE color: 4426936.

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

Color convert

RGB18414067-
CMYK00.240.640.28
HSL37.44º46.61%49.22%-
HSV(B)37.44º63.59%72.16%-
XYZ30.1629.359.39-
YUV144.8384.08155.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 67 (26.56% from 255) = 17.14%
R=47.06%
G=35.81%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841406700.240.640.2837.4446.6149.22
HexB88C43018401C252f31
Octal27021410303010034455761
Binary10111000100011001000011011000100000011100100101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88C43; }

 p { color: rgb(184,140,67); }

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

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

 a { background-color: rgb(184,140,67); }

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

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

 span { border-color: rgb(184,140,67); }

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