#B18C9E

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

Shades of Bouquet #B18C9E

Tints of Bouquet #B18C9E

Color information

#B18C9E (or 0xB18C9E) is unknown color: approx Bouquet. HEX triplet: B1, 8C and 9E. RGB value is (177,140,158). Sum of RGB (Red+Green+Blue) = 177+140+158=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18C9E is #4E7361. Grayscale: #999999. Windows color (decimal): -5141346 or 10390705. OLE color: 10390705.

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

Color convert

RGB177140158-
CMYK00.210.110.31
HSL330.81º19.17%62.16%-
HSV(B)330.81º20.9%69.41%-
XYZ33.6830.5736.47-
YUV153.11130.76145.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=37.26%
G=29.47%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714015800.210.110.31330.8119.1762.16
HexB18C9E015B1F14b133e
Octal26121423602513375132376
Binary10110001100011001001111001010110111111110100101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C9E; }

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

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

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

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

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

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

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

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