#B65464

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

Shades of Blush #B65464

Tints of Blush #B65464

Color information

#B65464 (or 0xB65464) is unknown color: approx Blush. HEX triplet: B6, 54 and 64. RGB value is (182,84,100). Sum of RGB (Red+Green+Blue) = 182+84+100=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B65464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65464 is #49AB9B. Grayscale: #737373. Windows color (decimal): -4828060 or 6575286. OLE color: 6575286.

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

Color convert

RGB18284100-
CMYK00.540.450.29
HSL350.2º40.16%52.16%-
HSV(B)350.2º53.85%71.37%-
XYZ24.7617.2114.07-
YUV115.13119.47175.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=49.73%
G=22.95%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828410000.540.450.29350.240.1652.16
HexB654640362D1D15e2834
Octal26612414406655355365064
Binary1011011010101001100100011011010110111101101011110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65464; }

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

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

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

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

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

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

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

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