#B874A1

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

Shades of Bouquet #B874A1

Tints of Bouquet #B874A1

Color information

#B874A1 (or 0xB874A1) is unknown color: approx Bouquet. HEX triplet: B8, 74 and A1. RGB value is (184,116,161). Sum of RGB (Red+Green+Blue) = 184+116+161=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B874A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B874A1 is #478B5E. Grayscale: #8D8D8D. Windows color (decimal): -4688735 or 10581176. OLE color: 10581176.

HSL color Cylindrical-coordinate representation of color #B874A1: hue angle of 320.29º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B874A1 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB184116161-
CMYK00.370.120.28
HSL320.29º32.38%58.82%-
HSV(B)320.29º36.96%72.16%-
XYZ32.4525.2536.88-
YUV141.46139.03158.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 161 (63.28% from 255) = 34.92%
R=39.91%
G=25.16%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411616100.370.120.28320.2932.3858.82
HexB874A1025C1C140203b
Octal27016424104514345004073
Binary101110001110100101000010100101110011100101000000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B874A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B874A1; }

 p { color: rgb(184,116,161); }

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

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

 a { background-color: rgb(184,116,161); }

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

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

 span { border-color: rgb(184,116,161); }

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