#B27F98

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

Shades of Bouquet #B27F98

Tints of Bouquet #B27F98

Color information

#B27F98 (or 0xB27F98) is unknown color: approx Bouquet. HEX triplet: B2, 7F and 98. RGB value is (178,127,152). Sum of RGB (Red+Green+Blue) = 178+127+152=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F98 is #4D8067. Grayscale: #919191. Windows color (decimal): -5079144 or 9994162. OLE color: 9994162.

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

Color convert

RGB178127152-
CMYK00.290.150.30
HSL330.59º24.88%59.8%-
HSV(B)330.59º28.65%69.8%-
XYZ31.6226.9133.23-
YUV145.1131.9151.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=38.95%
G=27.79%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812715200.290.150.30330.5924.8859.8
HexB27F9801DF1E14b193c
Octal26217723003517365133174
Binary1011001011111111001100001110111111111010100101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F98; }

 p { color: rgb(178,127,152); }

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

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

 a { background-color: rgb(178,127,152); }

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

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

 span { border-color: rgb(178,127,152); }

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