#B97EA4

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

Shades of Bouquet #B97EA4

Tints of Bouquet #B97EA4

Color information

#B97EA4 (or 0xB97EA4) is unknown color: approx Bouquet. HEX triplet: B9, 7E and A4. RGB value is (185,126,164). Sum of RGB (Red+Green+Blue) = 185+126+164=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EA4 is #46815B. Grayscale: #939393. Windows color (decimal): -4620636 or 10780345. OLE color: 10780345.

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

Color convert

RGB185126164-
CMYK00.320.110.27
HSL321.36º29.65%60.98%-
HSV(B)321.36º31.89%72.55%-
XYZ34.1727.9238.71-
YUV147.97137.05154.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=38.95%
G=26.53%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512616400.320.110.27321.3629.6560.98
HexB97EA4020B1B1411e3d
Octal27117624404013335013675
Binary10111001111111010100100010000010111101110100000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97EA4; }

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

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

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

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

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

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

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

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