#B65B60

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

Shades of Blush #B65B60

Tints of Blush #B65B60

Color information

#B65B60 (or 0xB65B60) is unknown color: approx Blush. HEX triplet: B6, 5B and 60. RGB value is (182,91,96). Sum of RGB (Red+Green+Blue) = 182+91+96=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B60 is #49A49F. Grayscale: #767676. Windows color (decimal): -4826272 or 6314934. OLE color: 6314934.

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

Color convert

RGB1829196-
CMYK00.50.470.29
HSL356.7º38.4%53.53%-
HSV(B)356.7º50%71.37%-
XYZ25.1418.2713.27-
YUV118.78115.15173.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 91 (35.94% from 255) = 24.66%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=49.32%
G=24.66%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182919600.50.470.29356.738.453.53
HexB65B600322F1D1652636
Octal26613314006257355454666
Binary1011011010110111100000011001010111111101101100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B60; }

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

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

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

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

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

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

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

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