#B65C71

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

Shades of Blush #B65C71

Tints of Blush #B65C71

Color information

#B65C71 (or 0xB65C71) is unknown color: approx Blush. HEX triplet: B6, 5C and 71. RGB value is (182,92,113). Sum of RGB (Red+Green+Blue) = 182+92+113=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C71 is #49A38E. Grayscale: #797979. Windows color (decimal): -4825999 or 7429302. OLE color: 7429302.

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

Color convert

RGB18292113-
CMYK00.490.380.29
HSL346º38.14%53.73%-
HSV(B)346º49.45%71.37%-
XYZ26.118.7917.87-
YUV121.3123.32171.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=47.03%
G=23.77%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829211300.490.380.2934638.1453.73
HexB65C71031261D15a2636
Octal26613416106146355324666
Binary1011011010111001110001011000110011011101101011010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C71; }

 p { color: rgb(182,92,113); }

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

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

 a { background-color: rgb(182,92,113); }

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

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

 span { border-color: rgb(182,92,113); }

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