#B65E72

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

Shades of Blush #B65E72

Tints of Blush #B65E72

Color information

#B65E72 (or 0xB65E72) is unknown color: approx Blush. HEX triplet: B6, 5E and 72. RGB value is (182,94,114). Sum of RGB (Red+Green+Blue) = 182+94+114=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65E72 is #49A18D. Grayscale: #7A7A7A. Windows color (decimal): -4825486 or 7495350. OLE color: 7495350.

HSL color Cylindrical-coordinate representation of color #B65E72: hue angle of 346.36º 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 #B65E72 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18294114-
CMYK00.480.370.29
HSL346.36º37.61%54.12%-
HSV(B)346.36º48.35%71.37%-
XYZ26.3319.1718.23-
YUV122.59123.15170.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 94 (37.11% from 255) = 24.10%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=46.67%
G=24.10%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829411400.480.370.29346.3637.6154.12
HexB65E72030251D15a2636
Octal26613616206045355324666
Binary1011011010111101110010011000010010111101101011010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65E72; }

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

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

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

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

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

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

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

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