#B97CA7

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

Shades of Bouquet #B97CA7

Tints of Bouquet #B97CA7

Color information

#B97CA7 (or 0xB97CA7) is unknown color: approx Bouquet. HEX triplet: B9, 7C and A7. RGB value is (185,124,167). Sum of RGB (Red+Green+Blue) = 185+124+167=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CA7 is #468358. Grayscale: #939393. Windows color (decimal): -4621145 or 10976441. OLE color: 10976441.

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

Color convert

RGB185124167-
CMYK00.330.100.27
HSL317.7º30.35%60.59%-
HSV(B)317.7º32.97%72.55%-
XYZ34.1927.5240.07-
YUV147.14139.21155-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 124 (48.83% from 255) = 26.05%
BLUE value IS 167 (65.62% from 255) = 35.08%
R=38.87%
G=26.05%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512416700.330.100.27317.730.3560.59
HexB97CA7021A1B13e1e3d
Octal27117424704112334763675
Binary10111001111110010100111010000110101101110011111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CA7; }

 p { color: rgb(185,124,167); }

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

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

 a { background-color: rgb(185,124,167); }

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

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

 span { border-color: rgb(185,124,167); }

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