#B27797

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

Shades of Bouquet #B27797

Tints of Bouquet #B27797

Color information

#B27797 (or 0xB27797) is unknown color: approx Bouquet. HEX triplet: B2, 77 and 97. RGB value is (178,119,151). Sum of RGB (Red+Green+Blue) = 178+119+151=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B27797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27797 is #4D8868. Grayscale: #8C8C8C. Windows color (decimal): -5081193 or 9926578. OLE color: 9926578.

HSL color Cylindrical-coordinate representation of color #B27797: hue angle of 327.46º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B27797 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB178119151-
CMYK00.330.150.30
HSL327.46º27.7%58.24%-
HSV(B)327.46º33.15%69.8%-
XYZ30.5424.8932.47-
YUV140.29134.05154.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=39.73%
G=26.56%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811915100.330.150.30327.4627.758.24
HexB27797021F1E1471c3a
Octal26216722704117365073472
Binary10110010111011110010111010000111111111010100011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27797; }

 p { color: rgb(178,119,151); }

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

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

 a { background-color: rgb(178,119,151); }

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

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

 span { border-color: rgb(178,119,151); }

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