#B975A9

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

Shades of Bouquet #B975A9

Tints of Bouquet #B975A9

Color information

#B975A9 (or 0xB975A9) is unknown color: approx Bouquet. HEX triplet: B9, 75 and A9. RGB value is (185,117,169). Sum of RGB (Red+Green+Blue) = 185+117+169=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A9 is #468A56. Grayscale: #8F8F8F. Windows color (decimal): -4622935 or 11105721. OLE color: 11105721.

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

Color convert

RGB185117169-
CMYK00.370.090.27
HSL314.12º32.69%59.22%-
HSV(B)314.12º36.76%72.55%-
XYZ33.5325.940.77-
YUV143.26142.53157.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=39.28%
G=24.84%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511716900.370.090.27314.1232.6959.22
HexB975A902591B13a213b
Octal27116525104511334724173
Binary101110011110101101010010100101100111011100111010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B975A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B975A9; }

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

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

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

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

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

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

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

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