Html Css Color HEX #B34D5C Hippie Pink

📋 copy color: '#B34D5C'

red 179 ◦ green 77 ◦ blue 92

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

Shades of Hippie Pink #B34D5C

Tints of Hippie Pink #B34D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 51.44%
G = 22.13%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B34D5C (or 0xB34D5C) is known color: Hippie Pink. HEX triplet: B3, 4D and 5C. RGB value is (179,77,92). Sum of RGB (Red+Green+Blue) = 179+77+92=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D5C is #4CB2A3. Grayscale: #6D6D6D. Windows color (decimal): -5026468 or 6049203. OLE color: 6049203.

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

Color convert

RGB 179 77 92 -
CMYK 0 0.57 0.49 0.30
HSL 351.18º 0.4% 0.5% -
HSV(B) 351.18º 0.57% 0.7% -
XYZ 23.18 15.66 11.93 -
YUV 109.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 179 77 92 0 0.57 0.49 0.30 351.18 0.4 0.5
Hex B3 4D 5C 0 39 31 1E 15F 28 32
Octal 263 115 134 0 71 61 36 537 50 62
Binary 10110011 1001101 1011100 0 111001 110001 11110 101011111 101000 110010

Color Harmonies of #B34D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D5C

Black with #B34D5C

Text Example


Text Example

White with #B34D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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