#B875A5

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

Shades of Bouquet #B875A5

Tints of Bouquet #B875A5

Color information

#B875A5 (or 0xB875A5) is unknown color: approx Bouquet. HEX triplet: B8, 75 and A5. RGB value is (184,117,165). Sum of RGB (Red+Green+Blue) = 184+117+165=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B875A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875A5 is #478A5A. Grayscale: #8E8E8E. Windows color (decimal): -4688475 or 10843576. OLE color: 10843576.

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

Color convert

RGB184117165-
CMYK00.360.100.28
HSL317.01º32.06%59.02%-
HSV(B)317.01º36.41%72.16%-
XYZ32.9225.6338.81-
YUV142.5140.7157.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 165 (64.84% from 255) = 35.41%
R=39.48%
G=25.11%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411716500.360.100.28317.0132.0659.02
HexB875A5024A1C13d203b
Octal27016524504412344754073
Binary101110001110101101001010100100101011100100111101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875A5; }

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

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

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

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

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

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

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

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