#B65462

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

Shades of Blush #B65462

Tints of Blush #B65462

Color information

#B65462 (or 0xB65462) is unknown color: approx Blush. HEX triplet: B6, 54 and 62. RGB value is (182,84,98). Sum of RGB (Red+Green+Blue) = 182+84+98=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B65462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65462 is #49AB9D. Grayscale: #727272. Windows color (decimal): -4828062 or 6444214. OLE color: 6444214.

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

Color convert

RGB1828498-
CMYK00.540.460.29
HSL351.43º40.16%52.16%-
HSV(B)351.43º53.85%71.37%-
XYZ24.6717.1713.57-
YUV114.9118.47175.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 98 (38.67% from 255) = 26.92%
R=50%
G=23.08%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182849800.540.460.29351.4340.1652.16
HexB654620362E1D15f2834
Octal26612414206656355375064
Binary1011011010101001100010011011010111011101101011111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65462; }

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

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

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

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

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

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

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

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