#B34864

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

Shades of Blush #B34864

Tints of Blush #B34864

Color information

#B34864 (or 0xB34864) is unknown color: approx Blush. HEX triplet: B3, 48 and 64. RGB value is (179,72,100). Sum of RGB (Red+Green+Blue) = 179+72+100=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B34864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34864 is #4CB79B. Grayscale: #6B6B6B. Windows color (decimal): -5027740 or 6572211. OLE color: 6572211.

HSL color Cylindrical-coordinate representation of color #B34864: hue angle of 344.3º 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 #B34864 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17972100-
CMYK00.600.440.30
HSL344.3º42.63%49.22%-
HSV(B)344.3º59.78%70.2%-
XYZ23.2115.1413.76-
YUV107.18123.95179.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=51.00%
G=20.51%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797210000.600.440.30344.342.6349.22
HexB3486403C2C1E1582b31
Octal26311014407454365305361
Binary1011001110010001100100011110010110011110101011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34864; }

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

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

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

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

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

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

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

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