#B97CA3

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

Shades of Bouquet #B97CA3

Tints of Bouquet #B97CA3

Color information

#B97CA3 (or 0xB97CA3) is unknown color: approx Bouquet. HEX triplet: B9, 7C and A3. RGB value is (185,124,163). Sum of RGB (Red+Green+Blue) = 185+124+163=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CA3 is #46835C. Grayscale: #929292. Windows color (decimal): -4621149 or 10714297. OLE color: 10714297.

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

Color convert

RGB185124163-
CMYK00.330.120.27
HSL321.64º30.35%60.59%-
HSV(B)321.64º32.97%72.55%-
XYZ33.8327.3738.15-
YUV146.68137.21155.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=39.19%
G=26.27%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512416300.330.120.27321.6430.3560.59
HexB97CA3021C1B1421e3d
Octal27117424304114335023675
Binary10111001111110010100011010000111001101110100001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CA3; }

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

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

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

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

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

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

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

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