#B28CA1

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

Shades of Bouquet #B28CA1

Tints of Bouquet #B28CA1

Color information

#B28CA1 (or 0xB28CA1) is unknown color: approx Bouquet. HEX triplet: B2, 8C and A1. RGB value is (178,140,161). Sum of RGB (Red+Green+Blue) = 178+140+161=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CA1 is #4D735E. Grayscale: #999999. Windows color (decimal): -5075807 or 10587314. OLE color: 10587314.

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

Color convert

RGB178140161-
CMYK00.210.100.30
HSL326.84º19.79%62.35%-
HSV(B)326.84º21.35%69.8%-
XYZ34.1730.7937.86-
YUV153.76132.09145.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=37.16%
G=29.23%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814016100.210.100.30326.8419.7962.35
HexB28CA1015A1E147143e
Octal26221424102512365072476
Binary10110010100011001010000101010110101111010100011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CA1; }

 p { color: rgb(178,140,161); }

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

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

 a { background-color: rgb(178,140,161); }

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

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

 span { border-color: rgb(178,140,161); }

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