#B97BAB

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

Shades of Bouquet #B97BAB

Tints of Bouquet #B97BAB

Color information

#B97BAB (or 0xB97BAB) is unknown color: approx Bouquet. HEX triplet: B9, 7B and AB. RGB value is (185,123,171). Sum of RGB (Red+Green+Blue) = 185+123+171=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BAB is #468454. Grayscale: #929292. Windows color (decimal): -4621397 or 11238329. OLE color: 11238329.

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

Color convert

RGB185123171-
CMYK00.340.080.27
HSL313.55º30.69%60.39%-
HSV(B)313.55º33.51%72.55%-
XYZ34.4427.4242.01-
YUV147.01141.54155.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 123 (48.44% from 255) = 25.68%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=38.62%
G=25.68%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512317100.340.080.27313.5530.6960.39
HexB97BAB02281B13a1f3c
Octal27117325304210334723774
Binary10111001111101110101011010001010001101110011101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BAB; }

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

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

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

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

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

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

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

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