#B875A9

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

Shades of Bouquet #B875A9

Tints of Bouquet #B875A9

Color information

#B875A9 (or 0xB875A9) is unknown color: approx Bouquet. HEX triplet: B8, 75 and A9. RGB value is (184,117,169). Sum of RGB (Red+Green+Blue) = 184+117+169=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B875A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875A9 is #478A56. Grayscale: #8E8E8E. Windows color (decimal): -4688471 or 11105720. OLE color: 11105720.

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

Color convert

RGB184117169-
CMYK00.360.080.28
HSL313.43º32.06%59.02%-
HSV(B)313.43º36.41%72.16%-
XYZ33.2925.7840.76-
YUV142.96142.7157.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=39.15%
G=24.89%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411716900.360.080.28313.4332.0659.02
HexB875A902481C139203b
Octal27016525104410344714073
Binary101110001110101101010010100100100011100100111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875A9; }

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

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

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

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

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

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

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

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