#B18DA0

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

Shades of Bouquet #B18DA0

Tints of Bouquet #B18DA0

Color information

#B18DA0 (or 0xB18DA0) is unknown color: approx Bouquet. HEX triplet: B1, 8D and A0. RGB value is (177,141,160). Sum of RGB (Red+Green+Blue) = 177+141+160=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B18DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18DA0 is #4E725F. Grayscale: #999999. Windows color (decimal): -5141088 or 10522033. OLE color: 10522033.

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

Color convert

RGB177141160-
CMYK00.200.100.31
HSL328.33º18.75%62.35%-
HSV(B)328.33º20.34%69.41%-
XYZ3430.9337.44-
YUV153.93131.43144.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=37.03%
G=29.50%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714116000.200.100.31328.3318.7562.35
HexB18DA0014A1F148133e
Octal26121524002412375102376
Binary10110001100011011010000001010010101111110100100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DA0; }

 p { color: rgb(177,141,160); }

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

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

 a { background-color: rgb(177,141,160); }

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

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

 span { border-color: rgb(177,141,160); }

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