#B97AAB

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

Shades of Bouquet #B97AAB

Tints of Bouquet #B97AAB

Color information

#B97AAB (or 0xB97AAB) is unknown color: approx Bouquet. HEX triplet: B9, 7A and AB. RGB value is (185,122,171). Sum of RGB (Red+Green+Blue) = 185+122+171=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97AAB is #468554. Grayscale: #929292. Windows color (decimal): -4621653 or 11238073. OLE color: 11238073.

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

Color convert

RGB185122171-
CMYK00.340.080.27
HSL313.33º31.03%60.2%-
HSV(B)313.33º34.05%72.55%-
XYZ34.3227.1741.96-
YUV146.42141.87155.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=38.70%
G=25.52%
B=35.77%

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
Decimal18512217100.340.080.27313.3331.0360.2
HexB97AAB02281B1391f3c
Octal27117225304210334713774
Binary10111001111101010101011010001010001101110011100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97AAB; }

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

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

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

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

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

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

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

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