#B978A5

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

Shades of Bouquet #B978A5

Tints of Bouquet #B978A5

Color information

#B978A5 (or 0xB978A5) is unknown color: approx Bouquet. HEX triplet: B9, 78 and A5. RGB value is (185,120,165). Sum of RGB (Red+Green+Blue) = 185+120+165=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B978A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978A5 is #46875A. Grayscale: #909090. Windows color (decimal): -4622171 or 10844345. OLE color: 10844345.

HSL color Cylindrical-coordinate representation of color #B978A5: hue angle of 318.46º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B978A5 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB185120165-
CMYK00.350.110.27
HSL318.46º31.71%59.8%-
HSV(B)318.46º35.14%72.55%-
XYZ33.5226.4638.94-
YUV144.56139.53156.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 120 (47.27% from 255) = 25.53%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=39.36%
G=25.53%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512016500.350.110.27318.4631.7159.8
HexB978A5023B1B13e203c
Octal27117024504313334764074
Binary101110011111000101001010100011101111011100111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978A5; }

 p { color: rgb(185,120,165); }

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

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

 a { background-color: rgb(185,120,165); }

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

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

 span { border-color: rgb(185,120,165); }

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