#BE83A4

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

Shades of Bouquet #BE83A4

Tints of Bouquet #BE83A4

Color information

#BE83A4 (or 0xBE83A4) is unknown color: approx Bouquet. HEX triplet: BE, 83 and A4. RGB value is (190,131,164). Sum of RGB (Red+Green+Blue) = 190+131+164=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83A4 is #417C5B. Grayscale: #989898. Windows color (decimal): -4291676 or 10781630. OLE color: 10781630.

HSL color Cylindrical-coordinate representation of color #BE83A4: hue angle of 326.44º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE83A4 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB190131164-
CMYK00.310.140.25
HSL326.44º31.22%62.94%-
HSV(B)326.44º31.05%74.51%-
XYZ36.0529.8638.99-
YUV152.4134.55154.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=39.18%
G=27.01%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013116400.310.140.25326.4431.2262.94
HexBE83A401FE191461f3f
Octal27620324403716315063777
Binary10111110100000111010010001111111101100110100011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE83A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE83A4; }

 p { color: rgb(190,131,164); }

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

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

 a { background-color: rgb(190,131,164); }

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

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

 span { border-color: rgb(190,131,164); }

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