#B17CA5

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

Shades of Bouquet #B17CA5

Tints of Bouquet #B17CA5

Color information

#B17CA5 (or 0xB17CA5) is unknown color: approx Bouquet. HEX triplet: B1, 7C and A5. RGB value is (177,124,165). Sum of RGB (Red+Green+Blue) = 177+124+165=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CA5 is #4E835A. Grayscale: #909090. Windows color (decimal): -5145435 or 10845361. OLE color: 10845361.

HSL color Cylindrical-coordinate representation of color #B17CA5: hue angle of 313.58º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17CA5 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB177124165-
CMYK00.300.070.31
HSL313.58º25.36%59.02%-
HSV(B)313.58º29.94%69.41%-
XYZ32.1326.4839.01-
YUV144.52139.56151.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 165 (64.84% from 255) = 35.41%
R=37.98%
G=26.61%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712416500.300.070.31313.5825.3659.02
HexB17CA501E71F13a193b
Octal2611742450367374723173
Binary101100011111100101001010111101111111110011101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CA5; }

 p { color: rgb(177,124,165); }

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

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

 a { background-color: rgb(177,124,165); }

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

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

 span { border-color: rgb(177,124,165); }

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