Html Css Color HEX #B1444A Hippie Pink

📋 copy color: '#B1444A'

red 177 ◦ green 68 ◦ blue 74

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

Shades of Hippie Pink #B1444A

Tints of Hippie Pink #B1444A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 55.49%
G = 21.32%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1444A (or 0xB1444A) is known color: Hippie Pink. HEX triplet: B1, 44 and 4A. RGB value is (177,68,74). Sum of RGB (Red+Green+Blue) = 177+68+74=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1444A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1444A is #4EBBB5. Grayscale: #656565. Windows color (decimal): -5159862 or 4867249. OLE color: 4867249.

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

Color convert

RGB 177 68 74 -
CMYK 0 0.62 0.58 0.31
HSL 356.7º 0.44% 0.48% -
HSV(B) 356.7º 0.62% 0.69% -
XYZ 21.43 13.98 8.05 -
YUV 101.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 177 68 74 0 0.62 0.58 0.31 356.7 0.44 0.48
Hex B1 44 4A 0 3E 3A 1F 165 2C 30
Octal 261 104 112 0 76 72 37 545 54 60
Binary 10110001 1000100 1001010 0 111110 111010 11111 101100101 101100 110000

Color Harmonies of #B1444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1444A

Black with #B1444A

Text Example


Text Example

White with #B1444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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