#B18598

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

Shades of Bouquet #B18598

Tints of Bouquet #B18598

Color information

#B18598 (or 0xB18598) is unknown color: approx Bouquet. HEX triplet: B1, 85 and 98. RGB value is (177,133,152). Sum of RGB (Red+Green+Blue) = 177+133+152=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B18598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18598 is #4E7A67. Grayscale: #949494. Windows color (decimal): -5143144 or 9995697. OLE color: 9995697.

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

Color convert

RGB177133152-
CMYK00.250.140.31
HSL334.09º22%60.78%-
HSV(B)334.09º24.86%69.41%-
XYZ32.1928.3933.49-
YUV148.32130.08148.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 152 (59.77% from 255) = 32.90%
R=38.31%
G=28.79%
B=32.90%

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
Decimal17713315200.250.140.31334.092260.78
HexB18598019E1F14e163d
Octal26120523003116375162675
Binary10110001100001011001100001100111101111110100111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18598; }

 p { color: rgb(177,133,152); }

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

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

 a { background-color: rgb(177,133,152); }

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

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

 span { border-color: rgb(177,133,152); }

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