#B28798

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

Shades of Bouquet #B28798

Tints of Bouquet #B28798

Color information

#B28798 (or 0xB28798) is unknown color: approx Bouquet. HEX triplet: B2, 87 and 98. RGB value is (178,135,152). Sum of RGB (Red+Green+Blue) = 178+135+152=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B28798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28798 is #4D7867. Grayscale: #959595. Windows color (decimal): -5077096 or 9996210. OLE color: 9996210.

HSL color Cylindrical-coordinate representation of color #B28798: hue angle of 336.28º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B28798 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB178135152-
CMYK00.240.150.30
HSL336.28º21.83%61.37%-
HSV(B)336.28º24.16%69.8%-
XYZ32.6929.0633.59-
YUV149.79129.25148.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 135 (53.12% from 255) = 29.03%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=38.28%
G=29.03%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813515200.240.150.30336.2821.8361.37
HexB28798018F1E150163d
Octal26220723003017365202675
Binary10110010100001111001100001100011111111010101000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28798; }

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

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

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

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

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

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

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

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