#B975A3

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

Shades of Bouquet #B975A3

Tints of Bouquet #B975A3

Color information

#B975A3 (or 0xB975A3) is unknown color: approx Bouquet. HEX triplet: B9, 75 and A3. RGB value is (185,117,163). Sum of RGB (Red+Green+Blue) = 185+117+163=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A3 is #468A5C. Grayscale: #8E8E8E. Windows color (decimal): -4622941 or 10712505. OLE color: 10712505.

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

Color convert

RGB185117163-
CMYK00.370.120.27
HSL319.41º32.69%59.22%-
HSV(B)319.41º36.76%72.55%-
XYZ32.9825.6837.87-
YUV142.58139.53158.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=39.78%
G=25.16%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511716300.370.120.27319.4132.6959.22
HexB975A3025C1B13f213b
Octal27116524304514334774173
Binary101110011110101101000110100101110011011100111111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B975A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B975A3; }

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

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

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

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

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

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

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

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