Html Css Color HEX #B34D64 Blush

📋 copy color: '#B34D64'

red 179 ◦ green 77 ◦ blue 100

#B34D64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #B34D64

Tints of Blush #B34D64

RGB

 RED value IS 179 (70.31% from 255) = 50.28%

 GREEN value IS 77 (30.47% from 255) = 21.63%

 BLUE value IS 100 (39.45% from 255) = 28.09%

R = 50.28%
G = 21.63%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B34D64 (or 0xB34D64) is known color: Blush. HEX triplet: B3, 4D and 64. RGB value is (179,77,100). Sum of RGB (Red+Green+Blue) = 179+77+100=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D64 is #4CB29B. Grayscale: #6E6E6E. Windows color (decimal): -5026460 or 6573491. OLE color: 6573491.

HSL color Cylindrical-coordinate representation of color #B34D64: hue angle of 346.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34D64 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 77 100 -
CMYK 0 0.57 0.44 0.30
HSL 346.47º 0.4% 0.5% -
HSV(B) 346.47º 0.57% 0.7% -
XYZ 23.54 15.81 13.87 -
YUV 110.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 179 77 100 0 0.57 0.44 0.30 346.47 0.4 0.5
Hex B3 4D 64 0 39 2C 1E 15A 28 32
Octal 263 115 144 0 71 54 36 532 50 62
Binary 10110011 1001101 1100100 0 111001 101100 11110 101011010 101000 110010

Color Harmonies of #B34D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D64

Black with #B34D64

Text Example


Text Example

White with #B34D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D64; }

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

 H1.HeaderClassName
 {
   color: #B34D64;
 }
 .AnyTagClassName
 {
   color: #B34D64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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