#B34862

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

Shades of Blush #B34862

Tints of Blush #B34862

Color information

#B34862 (or 0xB34862) is unknown color: approx Blush. HEX triplet: B3, 48 and 62. RGB value is (179,72,98). Sum of RGB (Red+Green+Blue) = 179+72+98=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B34862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34862 is #4CB79D. Grayscale: #6A6A6A. Windows color (decimal): -5027742 or 6441139. OLE color: 6441139.

HSL color Cylindrical-coordinate representation of color #B34862: hue angle of 345.42º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34862 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB1797298-
CMYK00.600.450.30
HSL345.42º42.63%49.22%-
HSV(B)345.42º59.78%70.2%-
XYZ23.1115.113.25-
YUV106.96122.95179.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=51.29%
G=20.63%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179729800.600.450.30345.4242.6349.22
HexB3486203C2D1E1592b31
Octal26311014207455365315361
Binary1011001110010001100010011110010110111110101011001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34862; }

 p { color: rgb(179,72,98); }

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

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

 a { background-color: rgb(179,72,98); }

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

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

 span { border-color: rgb(179,72,98); }

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