#B28AA2

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

Shades of Bouquet #B28AA2

Tints of Bouquet #B28AA2

Color information

#B28AA2 (or 0xB28AA2) is unknown color: approx Bouquet. HEX triplet: B2, 8A and A2. RGB value is (178,138,162). Sum of RGB (Red+Green+Blue) = 178+138+162=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AA2 is #4D755D. Grayscale: #989898. Windows color (decimal): -5076318 or 10652338. OLE color: 10652338.

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

Color convert

RGB178138162-
CMYK00.220.090.30
HSL324º20.62%61.96%-
HSV(B)324º22.47%69.8%-
XYZ33.9730.2538.23-
YUV152.7133.25146.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 162 (63.67% from 255) = 33.89%
R=37.24%
G=28.87%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813816200.220.090.3032420.6261.96
HexB28AA201691E144153e
Octal26221224202611365042576
Binary10110010100010101010001001011010011111010100010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AA2; }

 p { color: rgb(178,138,162); }

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

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

 a { background-color: rgb(178,138,162); }

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

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

 span { border-color: rgb(178,138,162); }

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