#B27B94

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

Shades of Bouquet #B27B94

Tints of Bouquet #B27B94

Color information

#B27B94 (or 0xB27B94) is unknown color: approx Bouquet. HEX triplet: B2, 7B and 94. RGB value is (178,123,148). Sum of RGB (Red+Green+Blue) = 178+123+148=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B94 is #4D846B. Grayscale: #8E8E8E. Windows color (decimal): -5080172 or 9730994. OLE color: 9730994.

HSL color Cylindrical-coordinate representation of color #B27B94: hue angle of 332.73º degrees, saturation: 0.26, 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 #B27B94 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB178123148-
CMYK00.310.170.30
HSL332.73º26.32%59.02%-
HSV(B)332.73º30.9%69.8%-
XYZ30.7925.7731.37-
YUV142.3131.22153.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=39.64%
G=27.39%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812314800.310.170.30332.7326.3259.02
HexB27B9401F111E14d1a3b
Octal26217322403721365153273
Binary10110010111101110010100011111100011111010100110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B94; }

 p { color: rgb(178,123,148); }

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

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

 a { background-color: rgb(178,123,148); }

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

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

 span { border-color: rgb(178,123,148); }

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