#B17093

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

Shades of Bouquet #B17093

Tints of Bouquet #B17093

Color information

#B17093 (or 0xB17093) is unknown color: approx Bouquet. HEX triplet: B1, 70 and 93. RGB value is (177,112,147). Sum of RGB (Red+Green+Blue) = 177+112+147=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B17093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17093 is #4E8F6C. Grayscale: #878787. Windows color (decimal): -5148525 or 9662641. OLE color: 9662641.

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

Color convert

RGB177112147-
CMYK00.370.170.31
HSL327.69º29.41%56.67%-
HSV(B)327.69º36.72%69.41%-
XYZ29.1923.0430.51-
YUV135.43134.53157.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=40.60%
G=25.69%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711214700.370.170.31327.6929.4156.67
HexB17093025111F1481d39
Octal26116022304521375103571
Binary101100011110000100100110100101100011111110100100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17093; }

 p { color: rgb(177,112,147); }

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

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

 a { background-color: rgb(177,112,147); }

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

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

 span { border-color: rgb(177,112,147); }

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