#B97B97

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

Shades of Bouquet #B97B97

Tints of Bouquet #B97B97

Color information

#B97B97 (or 0xB97B97) is unknown color: approx Bouquet. HEX triplet: B9, 7B and 97. RGB value is (185,123,151). Sum of RGB (Red+Green+Blue) = 185+123+151=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97B97 is #468468. Grayscale: #909090. Windows color (decimal): -4621417 or 9927609. OLE color: 9927609.

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

Color convert

RGB185123151-
CMYK00.340.180.27
HSL332.9º30.69%60.39%-
HSV(B)332.9º33.51%72.55%-
XYZ32.6826.7132.71-
YUV144.73131.54156.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=40.31%
G=26.80%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512315100.340.180.27332.930.6960.39
HexB97B97022121B14d1f3c
Octal27117322704222335153774
Binary101110011111011100101110100010100101101110100110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B97; }

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

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

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

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

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

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

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

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