#B17AA4

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

Shades of Bouquet #B17AA4

Tints of Bouquet #B17AA4

Color information

#B17AA4 (or 0xB17AA4) is unknown color: approx Bouquet. HEX triplet: B1, 7A and A4. RGB value is (177,122,164). Sum of RGB (Red+Green+Blue) = 177+122+164=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B17AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17AA4 is #4E855B. Grayscale: #8F8F8F. Windows color (decimal): -5145948 or 10779313. OLE color: 10779313.

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

Color convert

RGB177122164-
CMYK00.310.070.31
HSL314.18º26.07%58.63%-
HSV(B)314.18º31.07%69.41%-
XYZ31.7925.9538.45-
YUV143.23139.72152.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=38.23%
G=26.35%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712216400.310.070.31314.1826.0758.63
HexB17AA401F71F13a1a3b
Octal2611722440377374723273
Binary101100011111010101001000111111111111110011101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17AA4; }

 p { color: rgb(177,122,164); }

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

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

 a { background-color: rgb(177,122,164); }

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

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

 span { border-color: rgb(177,122,164); }

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