#B17195

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

Shades of Bouquet #B17195

Tints of Bouquet #B17195

Color information

#B17195 (or 0xB17195) is unknown color: approx Bouquet. HEX triplet: B1, 71 and 95. RGB value is (177,113,149). Sum of RGB (Red+Green+Blue) = 177+113+149=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B17195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17195 is #4E8E6A. Grayscale: #888888. Windows color (decimal): -5148267 or 9793969. OLE color: 9793969.

HSL color Cylindrical-coordinate representation of color #B17195: hue angle of 326.25º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17195 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB177113149-
CMYK00.360.160.31
HSL326.25º29.09%56.86%-
HSV(B)326.25º36.16%69.41%-
XYZ29.4623.3331.38-
YUV136.24135.2157.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=40.32%
G=25.74%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711314900.360.160.31326.2529.0956.86
HexB17195024101F1461d39
Octal26116122504420375063571
Binary101100011110001100101010100100100001111110100011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17195; }

 p { color: rgb(177,113,149); }

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

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

 a { background-color: rgb(177,113,149); }

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

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

 span { border-color: rgb(177,113,149); }

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