Html Css Color HEX #B1424A Hippie Pink

📋 copy color: '#B1424A'

red 177 ◦ green 66 ◦ blue 74

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

Shades of Hippie Pink #B1424A

Tints of Hippie Pink #B1424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

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

R = 55.84%
G = 20.82%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1424A (or 0xB1424A) is known color: Hippie Pink. HEX triplet: B1, 42 and 4A. RGB value is (177,66,74). Sum of RGB (Red+Green+Blue) = 177+66+74=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B1424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1424A is #4EBDB5. Grayscale: #646464. Windows color (decimal): -5160374 or 4866737. OLE color: 4866737.

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

Color convert

RGB 177 66 74 -
CMYK 0 0.63 0.58 0.31
HSL 355.68º 0.46% 0.48% -
HSV(B) 355.68º 0.63% 0.69% -
XYZ 21.32 13.74 8.01 -
YUV 100.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 177 66 74 0 0.63 0.58 0.31 355.68 0.46 0.48
Hex B1 42 4A 0 3F 3A 1F 164 2E 30
Octal 261 102 112 0 77 72 37 544 56 60
Binary 10110001 1000010 1001010 0 111111 111010 11111 101100100 101110 110000

Color Harmonies of #B1424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1424A

Black with #B1424A

Text Example


Text Example

White with #B1424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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