#B65561

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

Shades of Blush #B65561

Tints of Blush #B65561

Color information

#B65561 (or 0xB65561) is unknown color: approx Blush. HEX triplet: B6, 55 and 61. RGB value is (182,85,97). Sum of RGB (Red+Green+Blue) = 182+85+97=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B65561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65561 is #49AA9E. Grayscale: #737373. Windows color (decimal): -4827807 or 6378934. OLE color: 6378934.

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

Color convert

RGB1828597-
CMYK00.530.470.29
HSL352.58º39.92%52.35%-
HSV(B)352.58º53.3%71.37%-
XYZ24.717.3113.35-
YUV115.37117.64175.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=50%
G=23.35%
B=26.65%

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
Decimal182859700.530.470.29352.5839.9252.35
HexB655610352F1D1612834
Octal26612514106557355415064
Binary1011011010101011100001011010110111111101101100001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65561; }

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

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

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

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

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

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

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

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