Html Css Color HEX #B34E5D Hippie Pink

📋 copy color: '#B34E5D'

red 179 ◦ green 78 ◦ blue 93

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

Shades of Hippie Pink #B34E5D

Tints of Hippie Pink #B34E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.29%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 51.14%
G = 22.29%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B34E5D (or 0xB34E5D) is known color: Hippie Pink. HEX triplet: B3, 4E and 5D. RGB value is (179,78,93). Sum of RGB (Red+Green+Blue) = 179+78+93=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34E5D is #4CB1A2. Grayscale: #6D6D6D. Windows color (decimal): -5026211 or 6114995. OLE color: 6114995.

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

Color convert

RGB 179 78 93 -
CMYK 0 0.56 0.48 0.30
HSL 351.09º 0.4% 0.5% -
HSV(B) 351.09º 0.56% 0.7% -
XYZ 23.29 15.82 12.18 -
YUV 109.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 179 78 93 0 0.56 0.48 0.30 351.09 0.4 0.5
Hex B3 4E 5D 0 38 30 1E 15F 28 32
Octal 263 116 135 0 70 60 36 537 50 62
Binary 10110011 1001110 1011101 0 111000 110000 11110 101011111 101000 110010

Color Harmonies of #B34E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34E5D

Black with #B34E5D

Text Example


Text Example

White with #B34E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34E5D; }

 p { color: rgb(179,78,93); }

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

background-color css

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

 a { background-color: rgb(179,78,93); }

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

border-color css

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

 span { border-color: rgb(179,78,93); }

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