Html Css Color HEX #B34C5D Hippie Pink

📋 copy color: '#B34C5D'

red 179 ◦ green 76 ◦ blue 93

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

Shades of Hippie Pink #B34C5D

Tints of Hippie Pink #B34C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

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

R = 51.44%
G = 21.84%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B34C5D (or 0xB34C5D) is known color: Hippie Pink. HEX triplet: B3, 4C and 5D. RGB value is (179,76,93). Sum of RGB (Red+Green+Blue) = 179+76+93=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C5D is #4CB3A2. Grayscale: #6C6C6C. Windows color (decimal): -5026723 or 6114483. OLE color: 6114483.

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

Color convert

RGB 179 76 93 -
CMYK 0 0.58 0.48 0.30
HSL 350.1º 0.4% 0.5% -
HSV(B) 350.1º 0.58% 0.7% -
XYZ 23.15 15.54 12.14 -
YUV 108.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 179 76 93 0 0.58 0.48 0.30 350.1 0.4 0.5
Hex B3 4C 5D 0 3A 30 1E 15E 28 32
Octal 263 114 135 0 72 60 36 536 50 62
Binary 10110011 1001100 1011101 0 111010 110000 11110 101011110 101000 110010

Color Harmonies of #B34C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C5D

Black with #B34C5D

Text Example


Text Example

White with #B34C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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