#B286A5

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

Shades of Bouquet #B286A5

Tints of Bouquet #B286A5

Color information

#B286A5 (or 0xB286A5) is unknown color: approx Bouquet. HEX triplet: B2, 86 and A5. RGB value is (178,134,165). Sum of RGB (Red+Green+Blue) = 178+134+165=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B286A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B286A5 is #4D795A. Grayscale: #969696. Windows color (decimal): -5077339 or 10847922. OLE color: 10847922.

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

Color convert

RGB178134165-
CMYK00.250.070.30
HSL317.73º22.22%61.18%-
HSV(B)317.73º24.72%69.8%-
XYZ33.6829.2339.46-
YUV150.69136.08147.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 165 (64.84% from 255) = 34.59%
R=37.32%
G=28.09%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813416500.250.070.30317.7322.2261.18
HexB286A501971E13e163d
Octal2622062450317364762675
Binary1011001010000110101001010110011111111010011111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B286A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B286A5; }

 p { color: rgb(178,134,165); }

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

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

 a { background-color: rgb(178,134,165); }

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

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

 span { border-color: rgb(178,134,165); }

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