Html Css Color HEX #B44446 Hippie Pink

📋 copy color: '#B44446'

red 180 ◦ green 68 ◦ blue 70

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

Shades of Hippie Pink #B44446

Tints of Hippie Pink #B44446

RGB

 RED value IS 180 (70.7% from 255) = 56.6%

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

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

R = 56.6%
G = 21.38%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B44446 (or 0xB44446) is known color: Hippie Pink. HEX triplet: B4, 44 and 46. RGB value is (180,68,70). Sum of RGB (Red+Green+Blue) = 180+68+70=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B44446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44446 is #4BBBB9. Grayscale: #656565. Windows color (decimal): -4963258 or 4605108. OLE color: 4605108.

HSL color Cylindrical-coordinate representation of color #B44446: hue angle of 358.93º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44446 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 70 -
CMYK 0 0.62 0.61 0.29
HSL 358.93º 0.45% 0.49% -
HSV(B) 358.93º 0.62% 0.71% -
XYZ 22 14.28 7.39 -
YUV 101.72 110.11 183.84 -
System Red Green Blue C M Y K H S L
Decimal 180 68 70 0 0.62 0.61 0.29 358.93 0.45 0.49
Hex B4 44 46 0 3E 3D 1D 167 2D 31
Octal 264 104 106 0 76 75 35 547 55 61
Binary 10110100 1000100 1000110 0 111110 111101 11101 101100111 101101 110001

Color Harmonies of #B44446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44446

Black with #B44446

Text Example


Text Example

White with #B44446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44446; }

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

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

background-color css

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

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

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

border-color css

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

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

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