#B65B71

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

Shades of Blush #B65B71

Tints of Blush #B65B71

Color information

#B65B71 (or 0xB65B71) is unknown color: approx Blush. HEX triplet: B6, 5B and 71. RGB value is (182,91,113). Sum of RGB (Red+Green+Blue) = 182+91+113=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B71 is #49A48E. Grayscale: #787878. Windows color (decimal): -4826255 or 7429046. OLE color: 7429046.

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

Color convert

RGB18291113-
CMYK00.50.380.29
HSL345.49º38.4%53.53%-
HSV(B)345.49º50%71.37%-
XYZ26.0118.6217.85-
YUV120.72123.65171.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=47.15%
G=23.58%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829111300.50.380.29345.4938.453.53
HexB65B71032261D1592636
Octal26613316106246355314666
Binary1011011010110111110001011001010011011101101011001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B71; }

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

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

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

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

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

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

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

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