#BE6167

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

Shades of Blush #BE6167

Tints of Blush #BE6167

Color information

#BE6167 (or 0xBE6167) is unknown color: approx Blush. HEX triplet: BE, 61 and 67. RGB value is (190,97,103). Sum of RGB (Red+Green+Blue) = 190+97+103=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6167 is #419E98. Grayscale: #7D7D7D. Windows color (decimal): -4300441 or 6775230. OLE color: 6775230.

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

Color convert

RGB19097103-
CMYK00.490.460.25
HSL356.13º41.7%56.27%-
HSV(B)356.13º48.95%74.51%-
XYZ27.9620.4815.31-
YUV125.49115.31174.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=48.72%
G=24.87%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909710300.490.460.25356.1341.756.27
HexBE61670312E191642a38
Octal27614114706156315445270
Binary1011111011000011100111011000110111011001101100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6167; }

 p { color: rgb(190,97,103); }

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

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

 a { background-color: rgb(190,97,103); }

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

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

 span { border-color: rgb(190,97,103); }

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