#B27399

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

Shades of Bouquet #B27399

Tints of Bouquet #B27399

Color information

#B27399 (or 0xB27399) is unknown color: approx Bouquet. HEX triplet: B2, 73 and 99. RGB value is (178,115,153). Sum of RGB (Red+Green+Blue) = 178+115+153=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B27399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27399 is #4D8C66. Grayscale: #8A8A8A. Windows color (decimal): -5082215 or 10056626. OLE color: 10056626.

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

Color convert

RGB178115153-
CMYK00.350.140.30
HSL323.81º29.03%57.45%-
HSV(B)323.81º35.39%69.8%-
XYZ30.2424.0333.18-
YUV138.17136.37156.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=39.91%
G=25.78%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811515300.350.140.30323.8129.0357.45
HexB27399023E1E1441d39
Octal26216323104316365043571
Binary10110010111001110011001010001111101111010100010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27399; }

 p { color: rgb(178,115,153); }

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

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

 a { background-color: rgb(178,115,153); }

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

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

 span { border-color: rgb(178,115,153); }

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