#B975A1

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

Shades of Bouquet #B975A1

Tints of Bouquet #B975A1

Color information

#B975A1 (or 0xB975A1) is unknown color: approx Bouquet. HEX triplet: B9, 75 and A1. RGB value is (185,117,161). Sum of RGB (Red+Green+Blue) = 185+117+161=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A1 is #468A5E. Grayscale: #8E8E8E. Windows color (decimal): -4622943 or 10581433. OLE color: 10581433.

HSL color Cylindrical-coordinate representation of color #B975A1: hue angle of 321.18º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B975A1 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB185117161-
CMYK00.370.130.27
HSL321.18º32.69%59.22%-
HSV(B)321.18º36.76%72.55%-
XYZ32.825.6136.93-
YUV142.35138.53158.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=39.96%
G=25.27%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511716100.370.130.27321.1832.6959.22
HexB975A1025D1B141213b
Octal27116524104515335014173
Binary101110011110101101000010100101110111011101000001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B975A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B975A1; }

 p { color: rgb(185,117,161); }

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

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

 a { background-color: rgb(185,117,161); }

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

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

 span { border-color: rgb(185,117,161); }

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