#B18798

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

Shades of Bouquet #B18798

Tints of Bouquet #B18798

Color information

#B18798 (or 0xB18798) is unknown color: approx Bouquet. HEX triplet: B1, 87 and 98. RGB value is (177,135,152). Sum of RGB (Red+Green+Blue) = 177+135+152=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B18798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18798 is #4E7867. Grayscale: #959595. Windows color (decimal): -5142632 or 9996209. OLE color: 9996209.

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

Color convert

RGB177135152-
CMYK00.240.140.31
HSL335.71º21.21%61.18%-
HSV(B)335.71º23.73%69.41%-
XYZ32.4628.9433.58-
YUV149.5129.41147.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 152 (59.77% from 255) = 32.76%
R=38.15%
G=29.09%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713515200.240.140.31335.7121.2161.18
HexB18798018E1F150153d
Octal26120723003016375202575
Binary10110001100001111001100001100011101111110101000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18798; }

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

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

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

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

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

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

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

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