#B28095

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

Shades of Bouquet #B28095

Tints of Bouquet #B28095

Color information

#B28095 (or 0xB28095) is unknown color: approx Bouquet. HEX triplet: B2, 80 and 95. RGB value is (178,128,149). Sum of RGB (Red+Green+Blue) = 178+128+149=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B28095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28095 is #4D7F6A. Grayscale: #919191. Windows color (decimal): -5078891 or 9797810. OLE color: 9797810.

HSL color Cylindrical-coordinate representation of color #B28095: hue angle of 334.8º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B28095 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB178128149-
CMYK00.280.160.30
HSL334.8º24.51%60%-
HSV(B)334.8º28.09%69.8%-
XYZ31.527.0732-
YUV145.34130.06151.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=39.12%
G=28.13%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812814900.280.160.30334.824.5160
HexB2809501C101E14f193c
Octal26220022503420365173174
Binary101100101000000010010101011100100001111010100111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28095; }

 p { color: rgb(178,128,149); }

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

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

 a { background-color: rgb(178,128,149); }

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

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

 span { border-color: rgb(178,128,149); }

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