#B88A42

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

Shades of Marigold #B88A42

Tints of Marigold #B88A42

Color information

#B88A42 (or 0xB88A42) is unknown color: approx Marigold. HEX triplet: B8, 8A and 42. RGB value is (184,138,66). Sum of RGB (Red+Green+Blue) = 184+138+66=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A42 is #4775BD. Grayscale: #8F8F8F. Windows color (decimal): -4683198 or 4360888. OLE color: 4360888.

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

Color convert

RGB18413866-
CMYK00.250.640.28
HSL36.61º47.2%49.02%-
HSV(B)36.61º64.13%72.16%-
XYZ29.8428.769.13-
YUV143.5584.24156.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 66 (26.17% from 255) = 17.01%
R=47.42%
G=35.57%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841386600.250.640.2836.6147.249.02
HexB88A42019401C252f31
Octal27021210203110034455761
Binary10111000100010101000010011001100000011100100101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A42; }

 p { color: rgb(184,138,66); }

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

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

 a { background-color: rgb(184,138,66); }

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

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

 span { border-color: rgb(184,138,66); }

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