Html Css Color HEX #B34446 Hippie Pink

📋 copy color: '#B34446'

red 179 ◦ green 68 ◦ blue 70

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

Shades of Hippie Pink #B34446

Tints of Hippie Pink #B34446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.08%

R = 56.47%
G = 21.45%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B34446 (or 0xB34446) is known color: Hippie Pink. HEX triplet: B3, 44 and 46. RGB value is (179,68,70). Sum of RGB (Red+Green+Blue) = 179+68+70=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B34446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34446 is #4CBBB9. Grayscale: #656565. Windows color (decimal): -5028794 or 4605107. OLE color: 4605107.

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

Color convert

RGB 179 68 70 -
CMYK 0 0.62 0.61 0.30
HSL 358.92º 0.45% 0.48% -
HSV(B) 358.92º 0.62% 0.7% -
XYZ 21.76 14.16 7.38 -
YUV 101.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 179 68 70 0 0.62 0.61 0.30 358.92 0.45 0.48
Hex B3 44 46 0 3E 3D 1E 167 2D 30
Octal 263 104 106 0 76 75 36 547 55 60
Binary 10110011 1000100 1000110 0 111110 111101 11110 101100111 101101 110000

Color Harmonies of #B34446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34446

Black with #B34446

Text Example


Text Example

White with #B34446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34446; }

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

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

background-color css

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

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

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

border-color css

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

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

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