#b975a0

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

Shades of Bouquet #B975A0

Tints of Bouquet #B975A0

Color information

#B975A0 (or 0xB975A0) is unknown color: approx Bouquet. HEX triplet: B9, 75 and A0. RGB value is (185,117,160). Sum of RGB (Red+Green+Blue) = 185+117+160=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A0 is #468A5F. Grayscale: #8E8E8E. Windows color (decimal): -4622944 or 10515897. OLE color: 10515897.

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

Color convert

RGB185117160-
CMYK00.370.140.27
HSL322.06º32.69%59.22%-
HSV(B)322.06º36.76%72.55%-
XYZ32.7125.5736.47-
YUV142.23138.03158.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 160 (62.89% from 255) = 34.63%
R=40.04%
G=25.32%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511716000.370.140.27322.0632.6959.22
HexB975A0025E1B142213b
Octal27116524004516335024173
Binary101110011110101101000000100101111011011101000010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b975a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b975a0; }

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

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

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

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

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

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

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

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