#B27297

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

Shades of Bouquet #B27297

Tints of Bouquet #B27297

Color information

#B27297 (or 0xB27297) is unknown color: approx Bouquet. HEX triplet: B2, 72 and 97. RGB value is (178,114,151). Sum of RGB (Red+Green+Blue) = 178+114+151=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B27297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27297 is #4D8D68. Grayscale: #898989. Windows color (decimal): -5082473 or 9925298. OLE color: 9925298.

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

Color convert

RGB178114151-
CMYK00.360.150.30
HSL325.31º29.36%57.25%-
HSV(B)325.31º35.96%69.8%-
XYZ29.9623.7332.28-
YUV137.35135.7156.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=40.18%
G=25.73%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811415100.360.150.30325.3129.3657.25
HexB27297024F1E1451d39
Octal26216222704417365053571
Binary10110010111001010010111010010011111111010100010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27297; }

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

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

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

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

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

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

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

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