#B975A4

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

Shades of Bouquet #B975A4

Tints of Bouquet #B975A4

Color information

#B975A4 (or 0xB975A4) is unknown color: approx Bouquet. HEX triplet: B9, 75 and A4. RGB value is (185,117,164). Sum of RGB (Red+Green+Blue) = 185+117+164=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A4 is #468A5B. Grayscale: #8E8E8E. Windows color (decimal): -4622940 or 10778041. OLE color: 10778041.

HSL color Cylindrical-coordinate representation of color #B975A4: hue angle of 318.53º 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 #B975A4 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB185117164-
CMYK00.370.110.27
HSL318.53º32.69%59.22%-
HSV(B)318.53º36.76%72.55%-
XYZ33.0725.7238.34-
YUV142.69140.03158.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 164 (64.45% from 255) = 35.19%
R=39.70%
G=25.11%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511716400.370.110.27318.5332.6959.22
HexB975A4025B1B13f213b
Octal27116524404513334774173
Binary101110011110101101001000100101101111011100111111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B975A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B975A4; }

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

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

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

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

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

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

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

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