#B65E65

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

Shades of Blush #B65E65

Tints of Blush #B65E65

Color information

#B65E65 (or 0xB65E65) is unknown color: approx Blush. HEX triplet: B6, 5E and 65. RGB value is (182,94,101). Sum of RGB (Red+Green+Blue) = 182+94+101=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65E65 is #49A19A. Grayscale: #797979. Windows color (decimal): -4825499 or 6643382. OLE color: 6643382.

HSL color Cylindrical-coordinate representation of color #B65E65: hue angle of 355.23º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65E65 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18294101-
CMYK00.480.450.29
HSL355.23º37.61%54.12%-
HSV(B)355.23º48.35%71.37%-
XYZ25.6418.8914.61-
YUV121.11116.65171.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=48.28%
G=24.93%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829410100.480.450.29355.2337.6154.12
HexB65E650302D1D1632636
Octal26613614506055355434666
Binary1011011010111101100101011000010110111101101100011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E65; }

 p { color: rgb(182,94,101); }

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

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

 a { background-color: rgb(182,94,101); }

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

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

 span { border-color: rgb(182,94,101); }

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