#B27A9F

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

Shades of Bouquet #B27A9F

Tints of Bouquet #B27A9F

Color information

#B27A9F (or 0xB27A9F) is unknown color: approx Bouquet. HEX triplet: B2, 7A and 9F. RGB value is (178,122,159). Sum of RGB (Red+Green+Blue) = 178+122+159=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27A9F is #4D8560. Grayscale: #8E8E8E. Windows color (decimal): -5080417 or 10451634. OLE color: 10451634.

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

Color convert

RGB178122159-
CMYK00.310.110.30
HSL320.36º26.67%58.82%-
HSV(B)320.36º31.46%69.8%-
XYZ31.5825.8936.13-
YUV142.96137.05152.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=38.78%
G=26.58%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812215900.310.110.30320.3626.6758.82
HexB27A9F01FB1E1401b3b
Octal26217223703713365003373
Binary1011001011110101001111101111110111111010100000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27A9F; }

 p { color: rgb(178,122,159); }

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

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

 a { background-color: rgb(178,122,159); }

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

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

 span { border-color: rgb(178,122,159); }

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