#B97BA2

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

Shades of Bouquet #B97BA2

Tints of Bouquet #B97BA2

Color information

#B97BA2 (or 0xB97BA2) is unknown color: approx Bouquet. HEX triplet: B9, 7B and A2. RGB value is (185,123,162). Sum of RGB (Red+Green+Blue) = 185+123+162=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BA2 is #46845D. Grayscale: #919191. Windows color (decimal): -4621406 or 10648505. OLE color: 10648505.

HSL color Cylindrical-coordinate representation of color #B97BA2: hue angle of 322.26º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97BA2 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB185123162-
CMYK00.340.120.27
HSL322.26º30.69%60.39%-
HSV(B)322.26º33.51%72.55%-
XYZ33.6127.0937.64-
YUV145.98137.04155.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 162 (63.67% from 255) = 34.47%
R=39.36%
G=26.17%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512316200.340.120.27322.2630.6960.39
HexB97BA2022C1B1421f3c
Octal27117324204214335023774
Binary10111001111101110100010010001011001101110100001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BA2; }

 p { color: rgb(185,123,162); }

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

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

 a { background-color: rgb(185,123,162); }

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

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

 span { border-color: rgb(185,123,162); }

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