#BE666B

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

Shades of Blush #BE666B

Tints of Blush #BE666B

Color information

#BE666B (or 0xBE666B) is unknown color: approx Blush. HEX triplet: BE, 66 and 6B. RGB value is (190,102,107). Sum of RGB (Red+Green+Blue) = 190+102+107=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE666B is #419994. Grayscale: #808080. Windows color (decimal): -4299157 or 7038654. OLE color: 7038654.

HSL color Cylindrical-coordinate representation of color #BE666B: hue angle of 356.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE666B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB190102107-
CMYK00.460.440.25
HSL356.59º40.37%57.25%-
HSV(B)356.59º46.32%74.51%-
XYZ28.6421.5116.55-
YUV128.88115.65171.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=47.62%
G=25.56%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010210700.460.440.25356.5940.3757.25
HexBE666B02E2C191652839
Octal27614615305654315455071
Binary1011111011001101101011010111010110011001101100101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE666B; }

 p { color: rgb(190,102,107); }

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

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

 a { background-color: rgb(190,102,107); }

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

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

 span { border-color: rgb(190,102,107); }

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