#B18A9B

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

Shades of Bouquet #B18A9B

Tints of Bouquet #B18A9B

Color information

#B18A9B (or 0xB18A9B) is unknown color: approx Bouquet. HEX triplet: B1, 8A and 9B. RGB value is (177,138,155). Sum of RGB (Red+Green+Blue) = 177+138+155=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18A9B is #4E7564. Grayscale: #979797. Windows color (decimal): -5141861 or 10193585. OLE color: 10193585.

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

Color convert

RGB177138155-
CMYK00.220.120.31
HSL333.85º20%61.76%-
HSV(B)333.85º22.03%69.41%-
XYZ33.1429.8935.03-
YUV151.6129.92146.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=37.66%
G=29.36%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713815500.220.120.31333.852061.76
HexB18A9B016C1F14e143e
Octal26121223302614375162476
Binary10110001100010101001101101011011001111110100111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A9B; }

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

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

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

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

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

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

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

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