#B2839A

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

Shades of Bouquet #B2839A

Tints of Bouquet #B2839A

Color information

#B2839A (or 0xB2839A) is unknown color: approx Bouquet. HEX triplet: B2, 83 and 9A. RGB value is (178,131,154). Sum of RGB (Red+Green+Blue) = 178+131+154=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B2839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2839A is #4D7C65. Grayscale: #939393. Windows color (decimal): -5078118 or 10126258. OLE color: 10126258.

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

Color convert

RGB178131154-
CMYK00.260.130.30
HSL330.64º23.38%60.59%-
HSV(B)330.64º26.4%69.8%-
XYZ32.3128.0334.28-
YUV147.68131.57149.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=38.44%
G=28.29%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813115400.260.130.30330.6423.3860.59
HexB2839A01AD1E14b173d
Octal26220323203215365132775
Binary10110010100000111001101001101011011111010100101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2839A; }

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

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

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

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

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

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

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

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