#B65B70

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

Shades of Blush #B65B70

Tints of Blush #B65B70

Color information

#B65B70 (or 0xB65B70) is unknown color: approx Blush. HEX triplet: B6, 5B and 70. RGB value is (182,91,112). Sum of RGB (Red+Green+Blue) = 182+91+112=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B70 is #49A48F. Grayscale: #787878. Windows color (decimal): -4826256 or 7363510. OLE color: 7363510.

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

Color convert

RGB18291112-
CMYK00.50.380.29
HSL346.15º38.4%53.53%-
HSV(B)346.15º50%71.37%-
XYZ25.9618.617.55-
YUV120.6123.15171.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=47.27%
G=23.64%
B=29.09%

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
Decimal1829111200.50.380.29346.1538.453.53
HexB65B70032261D15a2636
Octal26613316006246355324666
Binary1011011010110111110000011001010011011101101011010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B70; }

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

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

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

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

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

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

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

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