Html Css Color HEX #B34448 Hippie Pink

📋 copy color: '#B34448'

red 179 ◦ green 68 ◦ blue 72

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

Shades of Hippie Pink #B34448

Tints of Hippie Pink #B34448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 56.11%
G = 21.32%
B = 22.57%

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

#B34448 (or 0xB34448) is known color: Hippie Pink. HEX triplet: B3, 44 and 48. RGB value is (179,68,72). Sum of RGB (Red+Green+Blue) = 179+68+72=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B34448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34448 is #4CBBB7. Grayscale: #656565. Windows color (decimal): -5028792 or 4736179. OLE color: 4736179.

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

Color convert

RGB 179 68 72 -
CMYK 0 0.62 0.60 0.30
HSL 357.84º 0.45% 0.48% -
HSV(B) 357.84º 0.62% 0.7% -
XYZ 21.83 14.19 7.72 -
YUV 101.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 179 68 72 0 0.62 0.60 0.30 357.84 0.45 0.48
Hex B3 44 48 0 3E 3C 1E 166 2D 30
Octal 263 104 110 0 76 74 36 546 55 60
Binary 10110011 1000100 1001000 0 111110 111100 11110 101100110 101101 110000

Color Harmonies of #B34448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34448

Black with #B34448

Text Example


Text Example

White with #B34448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34448; }

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

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

background-color css

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

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

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

border-color css

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

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

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