#B875A8

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

Shades of Bouquet #B875A8

Tints of Bouquet #B875A8

Color information

#B875A8 (or 0xB875A8) is unknown color: approx Bouquet. HEX triplet: B8, 75 and A8. RGB value is (184,117,168). Sum of RGB (Red+Green+Blue) = 184+117+168=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B875A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875A8 is #478A57. Grayscale: #8E8E8E. Windows color (decimal): -4688472 or 11040184. OLE color: 11040184.

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

Color convert

RGB184117168-
CMYK00.360.090.28
HSL314.33º32.06%59.02%-
HSV(B)314.33º36.41%72.16%-
XYZ33.225.7440.26-
YUV142.85142.2157.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 168 (66.02% from 255) = 35.82%
R=39.23%
G=24.95%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411716800.360.090.28314.3332.0659.02
HexB875A802491C13a203b
Octal27016525004411344724073
Binary101110001110101101010000100100100111100100111010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875A8; }

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

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

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

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

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

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

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

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