#B27F9C

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

Shades of Bouquet #B27F9C

Tints of Bouquet #B27F9C

Color information

#B27F9C (or 0xB27F9C) is unknown color: approx Bouquet. HEX triplet: B2, 7F and 9C. RGB value is (178,127,156). Sum of RGB (Red+Green+Blue) = 178+127+156=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F9C is #4D8063. Grayscale: #919191. Windows color (decimal): -5079140 or 10256306. OLE color: 10256306.

HSL color Cylindrical-coordinate representation of color #B27F9C: hue angle of 325.88º 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 #B27F9C is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB178127156-
CMYK00.290.120.30
HSL325.88º24.88%59.8%-
HSV(B)325.88º28.65%69.8%-
XYZ31.9527.0434.99-
YUV145.55133.9151.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=38.61%
G=27.55%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812715600.290.120.30325.8824.8859.8
HexB27F9C01DC1E146193c
Octal26217723403514365063174
Binary1011001011111111001110001110111001111010100011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F9C; }

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

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

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

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

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

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

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

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