#B27D99

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

Shades of Bouquet #B27D99

Tints of Bouquet #B27D99

Color information

#B27D99 (or 0xB27D99) is unknown color: approx Bouquet. HEX triplet: B2, 7D and 99. RGB value is (178,125,153). Sum of RGB (Red+Green+Blue) = 178+125+153=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27D99 is #4D8266. Grayscale: #8F8F8F. Windows color (decimal): -5079655 or 10059186. OLE color: 10059186.

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

Color convert

RGB178125153-
CMYK00.300.140.30
HSL328.3º25.6%59.41%-
HSV(B)328.3º29.78%69.8%-
XYZ31.4426.4333.58-
YUV144.04133.06152.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=39.04%
G=27.41%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812515300.300.140.30328.325.659.41
HexB27D9901EE1E1481a3b
Octal26217523103616365103273
Binary1011001011111011001100101111011101111010100100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D99; }

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

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

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

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

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

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

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

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