#B875A0

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

Shades of Bouquet #B875A0

Tints of Bouquet #B875A0

Color information

#B875A0 (or 0xB875A0) is unknown color: approx Bouquet. HEX triplet: B8, 75 and A0. RGB value is (184,117,160). Sum of RGB (Red+Green+Blue) = 184+117+160=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B875A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875A0 is #478A5F. Grayscale: #8D8D8D. Windows color (decimal): -4688480 or 10515896. OLE color: 10515896.

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

Color convert

RGB184117160-
CMYK00.360.130.28
HSL321.49º32.06%59.02%-
HSV(B)321.49º36.41%72.16%-
XYZ32.4725.4536.46-
YUV141.94138.2158-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=39.91%
G=25.38%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411716000.360.130.28321.4932.0659.02
HexB875A0024D1C141203b
Octal27016524004415345014073
Binary101110001110101101000000100100110111100101000001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875A0; }

 p { color: rgb(184,117,160); }

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

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

 a { background-color: rgb(184,117,160); }

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

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

 span { border-color: rgb(184,117,160); }

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