#B27694

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

Shades of Bouquet #B27694

Tints of Bouquet #B27694

Color information

#B27694 (or 0xB27694) is unknown color: approx Bouquet. HEX triplet: B2, 76 and 94. RGB value is (178,118,148). Sum of RGB (Red+Green+Blue) = 178+118+148=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B27694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27694 is #4D896B. Grayscale: #8B8B8B. Windows color (decimal): -5081452 or 9729714. OLE color: 9729714.

HSL color Cylindrical-coordinate representation of color #B27694: hue angle of 330º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27694 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB178118148-
CMYK00.340.170.30
HSL330º28.04%58.04%-
HSV(B)330º33.71%69.8%-
XYZ30.1824.5631.17-
YUV139.36132.88155.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=40.09%
G=26.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811814800.340.170.3033028.0458.04
HexB27694022111E14a1c3a
Octal26216622404221365123472
Binary101100101110110100101000100010100011111010100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27694; }

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

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

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

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

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

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

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

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