#B88F44

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

Shades of Marigold #B88F44

Tints of Marigold #B88F44

Color information

#B88F44 (or 0xB88F44) is unknown color: approx Marigold. HEX triplet: B8, 8F and 44. RGB value is (184,143,68). Sum of RGB (Red+Green+Blue) = 184+143+68=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F44 is #4770BB. Grayscale: #939393. Windows color (decimal): -4681916 or 4493240. OLE color: 4493240.

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

Color convert

RGB18414368-
CMYK00.220.630.28
HSL38.79º46.03%49.41%-
HSV(B)38.79º63.04%72.16%-
XYZ30.6330.259.69-
YUV146.7183.58154.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.58%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 68 (26.95% from 255) = 17.22%
R=46.58%
G=36.20%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841436800.220.630.2838.7946.0349.41
HexB88F440163F1C272e31
Octal2702171040267734475661
Binary1011100010001111100010001011011111111100100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88F44; }

 p { color: rgb(184,143,68); }

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

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

 a { background-color: rgb(184,143,68); }

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

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

 span { border-color: rgb(184,143,68); }

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