Html Css Color HEX #B34447 Hippie Pink

📋 copy color: '#B34447'

red 179 ◦ green 68 ◦ blue 71

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

Shades of Hippie Pink #B34447

Tints of Hippie Pink #B34447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.38%

 BLUE value IS 71 (28.13% from 255) = 22.33%

R = 56.29%
G = 21.38%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B34447 (or 0xB34447) is known color: Hippie Pink. HEX triplet: B3, 44 and 47. RGB value is (179,68,71). Sum of RGB (Red+Green+Blue) = 179+68+71=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B34447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34447 is #4CBBB8. Grayscale: #656565. Windows color (decimal): -5028793 or 4670643. OLE color: 4670643.

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

Color convert

RGB 179 68 71 -
CMYK 0 0.62 0.60 0.30
HSL 358.38º 0.45% 0.48% -
HSV(B) 358.38º 0.62% 0.7% -
XYZ 21.79 14.17 7.55 -
YUV 101.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 179 68 71 0 0.62 0.60 0.30 358.38 0.45 0.48
Hex B3 44 47 0 3E 3C 1E 166 2D 30
Octal 263 104 107 0 76 74 36 546 55 60
Binary 10110011 1000100 1000111 0 111110 111100 11110 101100110 101101 110000

Color Harmonies of #B34447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34447

Black with #B34447

Text Example


Text Example

White with #B34447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34447; }

 p { color: rgb(179,68,71); }

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

background-color css

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

 a { background-color: rgb(179,68,71); }

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

border-color css

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

 span { border-color: rgb(179,68,71); }

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