#B18BA1

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

Shades of Bouquet #B18BA1

Tints of Bouquet #B18BA1

Color information

#B18BA1 (or 0xB18BA1) is unknown color: approx Bouquet. HEX triplet: B1, 8B and A1. RGB value is (177,139,161). Sum of RGB (Red+Green+Blue) = 177+139+161=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BA1 is #4E745E. Grayscale: #989898. Windows color (decimal): -5141599 or 10587057. OLE color: 10587057.

HSL color Cylindrical-coordinate representation of color #B18BA1: hue angle of 325.26º degrees, saturation: 0.2, 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 #B18BA1 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB177139161-
CMYK00.210.090.31
HSL325.26º19.59%61.96%-
HSV(B)325.26º21.47%69.41%-
XYZ33.830.3937.8-
YUV152.87132.59145.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 161 (63.28% from 255) = 33.75%
R=37.11%
G=29.14%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713916100.210.090.31325.2619.5961.96
HexB18BA101591F145143e
Octal26121324102511375052476
Binary10110001100010111010000101010110011111110100010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BA1; }

 p { color: rgb(177,139,161); }

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

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

 a { background-color: rgb(177,139,161); }

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

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

 span { border-color: rgb(177,139,161); }

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