#B65661

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

Shades of Blush #B65661

Tints of Blush #B65661

Color information

#B65661 (or 0xB65661) is unknown color: approx Blush. HEX triplet: B6, 56 and 61. RGB value is (182,86,97). Sum of RGB (Red+Green+Blue) = 182+86+97=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B65661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65661 is #49A99E. Grayscale: #747474. Windows color (decimal): -4827551 or 6379190. OLE color: 6379190.

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

Color convert

RGB1828697-
CMYK00.530.470.29
HSL353.12º39.67%52.55%-
HSV(B)353.12º52.75%71.37%-
XYZ24.7817.4613.37-
YUV115.96117.3175.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=49.86%
G=23.56%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182869700.530.470.29353.1239.6752.55
HexB656610352F1D1612835
Octal26612614106557355415065
Binary1011011010101101100001011010110111111101101100001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65661; }

 p { color: rgb(182,86,97); }

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

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

 a { background-color: rgb(182,86,97); }

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

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

 span { border-color: rgb(182,86,97); }

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