Html Css Color HEX #B1444C Hippie Pink

📋 copy color: '#B1444C'

red 177 ◦ green 68 ◦ blue 76

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

Shades of Hippie Pink #B1444C

Tints of Hippie Pink #B1444C

RGB

 RED value IS 177 (69.53% from 255) = 55.14%

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

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 55.14%
G = 21.18%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1444C (or 0xB1444C) is known color: Hippie Pink. HEX triplet: B1, 44 and 4C. RGB value is (177,68,76). Sum of RGB (Red+Green+Blue) = 177+68+76=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1444C is #4EBBB3. Grayscale: #656565. Windows color (decimal): -5159860 or 4998321. OLE color: 4998321.

HSL color Cylindrical-coordinate representation of color #B1444C: hue angle of 355.6º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1444C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 76 -
CMYK 0 0.62 0.57 0.31
HSL 355.6º 0.44% 0.48% -
HSV(B) 355.6º 0.62% 0.69% -
XYZ 21.5 14 8.41 -
YUV 101.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 177 68 76 0 0.62 0.57 0.31 355.6 0.44 0.48
Hex B1 44 4C 0 3E 39 1F 164 2C 30
Octal 261 104 114 0 76 71 37 544 54 60
Binary 10110001 1000100 1001100 0 111110 111001 11111 101100100 101100 110000

Color Harmonies of #B1444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1444C

Black with #B1444C

Text Example


Text Example

White with #B1444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1444C; }

 p { color: rgb(177,68,76); }

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

background-color css

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

 a { background-color: rgb(177,68,76); }

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

border-color css

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

 span { border-color: rgb(177,68,76); }

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