#B65164

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

Shades of Blush #B65164

Tints of Blush #B65164

Color information

#B65164 (or 0xB65164) is unknown color: approx Blush. HEX triplet: B6, 51 and 64. RGB value is (182,81,100). Sum of RGB (Red+Green+Blue) = 182+81+100=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B65164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65164 is #49AE9B. Grayscale: #717171. Windows color (decimal): -4828828 or 6574518. OLE color: 6574518.

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

Color convert

RGB18281100-
CMYK00.550.450.29
HSL348.71º40.89%51.57%-
HSV(B)348.71º55.49%71.37%-
XYZ24.5316.7514-
YUV113.36120.46176.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=50.14%
G=22.31%
B=27.55%

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
Decimal1828110000.550.450.29348.7140.8951.57
HexB651640372D1D15d2934
Octal26612114406755355355164
Binary1011011010100011100100011011110110111101101011101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65164; }

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

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

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

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

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

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

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

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