#B18B9B

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

Shades of Bouquet #B18B9B

Tints of Bouquet #B18B9B

Color information

#B18B9B (or 0xB18B9B) is unknown color: approx Bouquet. HEX triplet: B1, 8B and 9B. RGB value is (177,139,155). Sum of RGB (Red+Green+Blue) = 177+139+155=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18B9B is #4E7464. Grayscale: #989898. Windows color (decimal): -5141605 or 10193841. OLE color: 10193841.

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

Color convert

RGB177139155-
CMYK00.210.120.31
HSL334.74º19.59%61.96%-
HSV(B)334.74º21.47%69.41%-
XYZ33.2830.1835.08-
YUV152.19129.59145.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 139 (54.69% from 255) = 29.51%
BLUE value IS 155 (60.94% from 255) = 32.91%
R=37.58%
G=29.51%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713915500.210.120.31334.7419.5961.96
HexB18B9B015C1F14f143e
Octal26121323302514375172476
Binary10110001100010111001101101010111001111110100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B9B; }

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

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

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

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

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

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

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

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