#BE6067

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

Shades of Blush #BE6067

Tints of Blush #BE6067

Color information

#BE6067 (or 0xBE6067) is unknown color: approx Blush. HEX triplet: BE, 60 and 67. RGB value is (190,96,103). Sum of RGB (Red+Green+Blue) = 190+96+103=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6067 is #419F98. Grayscale: #7C7C7C. Windows color (decimal): -4300697 or 6774974. OLE color: 6774974.

HSL color Cylindrical-coordinate representation of color #BE6067: hue angle of 355.53º 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 #BE6067 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19096103-
CMYK00.490.460.25
HSL355.53º41.96%56.08%-
HSV(B)355.53º49.47%74.51%-
XYZ27.8720.2915.28-
YUV124.9115.64174.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=48.84%
G=24.68%
B=26.48%

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
Decimal1909610300.490.460.25355.5341.9656.08
HexBE60670312E191642a38
Octal27614014706156315445270
Binary1011111011000001100111011000110111011001101100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6067; }

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

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

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

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

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

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

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

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