#B27696

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

Shades of Bouquet #B27696

Tints of Bouquet #B27696

Color information

#B27696 (or 0xB27696) is unknown color: approx Bouquet. HEX triplet: B2, 76 and 96. RGB value is (178,118,150). Sum of RGB (Red+Green+Blue) = 178+118+150=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B27696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27696 is #4D8969. Grayscale: #8B8B8B. Windows color (decimal): -5081450 or 9860786. OLE color: 9860786.

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

Color convert

RGB178118150-
CMYK00.340.160.30
HSL328º28.04%58.04%-
HSV(B)328º33.71%69.8%-
XYZ30.3424.6232.01-
YUV139.59133.88155.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 150 (58.98% from 255) = 33.63%
R=39.91%
G=26.46%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811815000.340.160.3032828.0458.04
HexB27696022101E1481c3a
Octal26216622604220365103472
Binary101100101110110100101100100010100001111010100100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27696; }

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

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

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

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

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

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

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

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