#B18499

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

Shades of Bouquet #B18499

Tints of Bouquet #B18499

Color information

#B18499 (or 0xB18499) is unknown color: approx Bouquet. HEX triplet: B1, 84 and 99. RGB value is (177,132,153). Sum of RGB (Red+Green+Blue) = 177+132+153=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B18499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18499 is #4E7B66. Grayscale: #939393. Windows color (decimal): -5143399 or 10060977. OLE color: 10060977.

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

Color convert

RGB177132153-
CMYK00.250.140.31
HSL332º22.39%60.59%-
HSV(B)332º25.42%69.41%-
XYZ32.1328.1533.88-
YUV147.85130.91148.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=38.31%
G=28.57%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713215300.250.140.3133222.3960.59
HexB18499019E1F14c163d
Octal26120423103116375142675
Binary10110001100001001001100101100111101111110100110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18499; }

 p { color: rgb(177,132,153); }

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

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

 a { background-color: rgb(177,132,153); }

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

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

 span { border-color: rgb(177,132,153); }

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