Html Css Color HEX #B34D6B Blush

📋 copy color: '#B34D6B'

red 179 ◦ green 77 ◦ blue 107

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

Shades of Blush #B34D6B

Tints of Blush #B34D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 49.31%
G = 21.21%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B34D6B (or 0xB34D6B) is known color: Blush. HEX triplet: B3, 4D and 6B. RGB value is (179,77,107). Sum of RGB (Red+Green+Blue) = 179+77+107=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D6B is #4CB294. Grayscale: #6E6E6E. Windows color (decimal): -5026453 or 7032243. OLE color: 7032243.

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

Color convert

RGB 179 77 107 -
CMYK 0 0.57 0.40 0.30
HSL 342.35º 0.4% 0.5% -
HSV(B) 342.35º 0.57% 0.7% -
XYZ 23.9 15.95 15.73 -
YUV 110.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 179 77 107 0 0.57 0.40 0.30 342.35 0.4 0.5
Hex B3 4D 6B 0 39 28 1E 156 28 32
Octal 263 115 153 0 71 50 36 526 50 62
Binary 10110011 1001101 1101011 0 111001 101000 11110 101010110 101000 110010

Color Harmonies of #B34D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D6B

Black with #B34D6B

Text Example


Text Example

White with #B34D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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