#B65264

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

Shades of Blush #B65264

Tints of Blush #B65264

Color information

#B65264 (or 0xB65264) is unknown color: approx Blush. HEX triplet: B6, 52 and 64. RGB value is (182,82,100). Sum of RGB (Red+Green+Blue) = 182+82+100=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B65264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65264 is #49AD9B. Grayscale: #717171. Windows color (decimal): -4828572 or 6574774. OLE color: 6574774.

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

Color convert

RGB18282100-
CMYK00.550.450.29
HSL349.2º40.65%51.76%-
HSV(B)349.2º54.95%71.37%-
XYZ24.6116.914.02-
YUV113.95120.13176.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=50%
G=22.53%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828210000.550.450.29349.240.6551.76
HexB652640372D1D15d2934
Octal26612214406755355355164
Binary1011011010100101100100011011110110111101101011101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65264; }

 p { color: rgb(182,82,100); }

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

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

 a { background-color: rgb(182,82,100); }

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

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

 span { border-color: rgb(182,82,100); }

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