Html Css Color HEX #B34D61 Blush

📋 copy color: '#B34D61'

red 179 ◦ green 77 ◦ blue 97

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

Shades of Blush #B34D61

Tints of Blush #B34D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.48%

R = 50.71%
G = 21.81%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B34D61 (or 0xB34D61) is known color: Blush. HEX triplet: B3, 4D and 61. RGB value is (179,77,97). Sum of RGB (Red+Green+Blue) = 179+77+97=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D61 is #4CB29E. Grayscale: #6D6D6D. Windows color (decimal): -5026463 or 6376883. OLE color: 6376883.

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

Color convert

RGB 179 77 97 -
CMYK 0 0.57 0.46 0.30
HSL 348.24º 0.4% 0.5% -
HSV(B) 348.24º 0.57% 0.7% -
XYZ 23.4 15.75 13.12 -
YUV 109.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 179 77 97 0 0.57 0.46 0.30 348.24 0.4 0.5
Hex B3 4D 61 0 39 2E 1E 15C 28 32
Octal 263 115 141 0 71 56 36 534 50 62
Binary 10110011 1001101 1100001 0 111001 101110 11110 101011100 101000 110010

Color Harmonies of #B34D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D61

Black with #B34D61

Text Example


Text Example

White with #B34D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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