#B27695

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

Shades of Bouquet #B27695

Tints of Bouquet #B27695

Color information

#B27695 (or 0xB27695) is unknown color: approx Bouquet. HEX triplet: B2, 76 and 95. RGB value is (178,118,149). Sum of RGB (Red+Green+Blue) = 178+118+149=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B27695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27695 is #4D896A. Grayscale: #8B8B8B. Windows color (decimal): -5081451 or 9795250. OLE color: 9795250.

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

Color convert

RGB178118149-
CMYK00.340.160.30
HSL329º28.04%58.04%-
HSV(B)329º33.71%69.8%-
XYZ30.2624.5931.59-
YUV139.47133.38155.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=40%
G=26.52%
B=33.48%

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
Decimal17811814900.340.160.3032928.0458.04
HexB27695022101E1491c3a
Octal26216622504220365113472
Binary101100101110110100101010100010100001111010100100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27695; }

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

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

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

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

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

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

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

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