#B97DA1

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

Shades of Bouquet #B97DA1

Tints of Bouquet #B97DA1

Color information

#B97DA1 (or 0xB97DA1) is unknown color: approx Bouquet. HEX triplet: B9, 7D and A1. RGB value is (185,125,161). Sum of RGB (Red+Green+Blue) = 185+125+161=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DA1 is #46825E. Grayscale: #929292. Windows color (decimal): -4620895 or 10583481. OLE color: 10583481.

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

Color convert

RGB185125161-
CMYK00.320.130.27
HSL324º30%60.78%-
HSV(B)324º32.43%72.55%-
XYZ33.7727.5537.26-
YUV147.04135.88155.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 161 (63.28% from 255) = 34.18%
R=39.28%
G=26.54%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512516100.320.130.273243060.78
HexB97DA1020D1B1441e3d
Octal27117524104015335043675
Binary10111001111110110100001010000011011101110100010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DA1; }

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

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

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

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

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

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

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

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