#B2859A

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

Shades of Bouquet #B2859A

Tints of Bouquet #B2859A

Color information

#B2859A (or 0xB2859A) is unknown color: approx Bouquet. HEX triplet: B2, 85 and 9A. RGB value is (178,133,154). Sum of RGB (Red+Green+Blue) = 178+133+154=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B2859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2859A is #4D7A65. Grayscale: #949494. Windows color (decimal): -5077606 or 10126770. OLE color: 10126770.

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

Color convert

RGB178133154-
CMYK00.250.130.30
HSL332º22.61%60.98%-
HSV(B)332º25.28%69.8%-
XYZ32.5828.5734.37-
YUV148.85130.91148.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=38.28%
G=28.60%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813315400.250.130.3033222.6160.98
HexB2859A019D1E14c173d
Octal26220523203115365142775
Binary10110010100001011001101001100111011111010100110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2859A; }

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

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

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

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

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

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

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

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