#B97CAA

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

Shades of Bouquet #B97CAA

Tints of Bouquet #B97CAA

Color information

#B97CAA (or 0xB97CAA) is unknown color: approx Bouquet. HEX triplet: B9, 7C and AA. RGB value is (185,124,170). Sum of RGB (Red+Green+Blue) = 185+124+170=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CAA is #468355. Grayscale: #939393. Windows color (decimal): -4621142 or 11173049. OLE color: 11173049.

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

Color convert

RGB185124170-
CMYK00.330.080.27
HSL314.75º30.35%60.59%-
HSV(B)314.75º32.97%72.55%-
XYZ34.4727.6341.55-
YUV147.48140.71154.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=38.62%
G=25.89%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512417000.330.080.27314.7530.3560.59
HexB97CAA02181B13b1e3d
Octal27117425204110334733675
Binary10111001111110010101010010000110001101110011101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CAA; }

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

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

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

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

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

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

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

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