#B870A0

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

Shades of Bouquet #B870A0

Tints of Bouquet #B870A0

Color information

#B870A0 (or 0xB870A0) is unknown color: approx Bouquet. HEX triplet: B8, 70 and A0. RGB value is (184,112,160). Sum of RGB (Red+Green+Blue) = 184+112+160=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B870A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B870A0 is #478F5F. Grayscale: #8A8A8A. Windows color (decimal): -4689760 or 10514616. OLE color: 10514616.

HSL color Cylindrical-coordinate representation of color #B870A0: hue angle of 320º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B870A0 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB184112160-
CMYK00.390.130.28
HSL320º33.64%58.04%-
HSV(B)320º39.13%72.16%-
XYZ31.9124.3236.27-
YUV139139.85160.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 160 (62.89% from 255) = 35.09%
R=40.35%
G=24.56%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411216000.390.130.2832033.6458.04
HexB870A0027D1C140223a
Octal27016024004715345004272
Binary101110001110000101000000100111110111100101000000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B870A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B870A0; }

 p { color: rgb(184,112,160); }

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

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

 a { background-color: rgb(184,112,160); }

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

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

 span { border-color: rgb(184,112,160); }

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