#B97CA1

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

Shades of Bouquet #B97CA1

Tints of Bouquet #B97CA1

Color information

#B97CA1 (or 0xB97CA1) is unknown color: approx Bouquet. HEX triplet: B9, 7C and A1. RGB value is (185,124,161). Sum of RGB (Red+Green+Blue) = 185+124+161=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CA1 is #46835E. Grayscale: #929292. Windows color (decimal): -4621151 or 10583225. OLE color: 10583225.

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

Color convert

RGB185124161-
CMYK00.330.130.27
HSL323.61º30.35%60.59%-
HSV(B)323.61º32.97%72.55%-
XYZ33.6527.337.21-
YUV146.46136.21155.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=39.36%
G=26.38%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512416100.330.130.27323.6130.3560.59
HexB97CA1021D1B1441e3d
Octal27117424104115335043675
Binary10111001111110010100001010000111011101110100010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CA1; }

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

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

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

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

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

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

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

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