#B2859E

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

Shades of Bouquet #B2859E

Tints of Bouquet #B2859E

Color information

#B2859E (or 0xB2859E) is unknown color: approx Bouquet. HEX triplet: B2, 85 and 9E. RGB value is (178,133,158). Sum of RGB (Red+Green+Blue) = 178+133+158=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2859E is #4D7A61. Grayscale: #959595. Windows color (decimal): -5077602 or 10388914. OLE color: 10388914.

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

Color convert

RGB178133158-
CMYK00.250.110.30
HSL326.67º22.61%60.98%-
HSV(B)326.67º25.28%69.8%-
XYZ32.9228.7136.15-
YUV149.3132.91148.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=37.95%
G=28.36%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813315800.250.110.30326.6722.6160.98
HexB2859E019B1E147173d
Octal26220523603113365072775
Binary10110010100001011001111001100110111111010100011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2859E; }

 p { color: rgb(178,133,158); }

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

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

 a { background-color: rgb(178,133,158); }

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

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

 span { border-color: rgb(178,133,158); }

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