#B18CA4

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

Shades of Bouquet #B18CA4

Tints of Bouquet #B18CA4

Color information

#B18CA4 (or 0xB18CA4) is unknown color: approx Bouquet. HEX triplet: B1, 8C and A4. RGB value is (177,140,164). Sum of RGB (Red+Green+Blue) = 177+140+164=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B18CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18CA4 is #4E735B. Grayscale: #999999. Windows color (decimal): -5141340 or 10783921. OLE color: 10783921.

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

Color convert

RGB177140164-
CMYK00.210.070.31
HSL321.08º19.17%62.16%-
HSV(B)321.08º20.9%69.41%-
XYZ34.2130.7839.26-
YUV153.8133.76144.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=36.80%
G=29.11%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714016400.210.070.31321.0819.1762.16
HexB18CA401571F141133e
Octal2612142440257375012376
Binary1011000110001100101001000101011111111110100000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CA4; }

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

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

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

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

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

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

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

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