Html Css Color HEX #B1424C Hippie Pink

📋 copy color: '#B1424C'

red 177 ◦ green 66 ◦ blue 76

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

Shades of Hippie Pink #B1424C

Tints of Hippie Pink #B1424C

RGB

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

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

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

R = 55.49%
G = 20.69%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1424C (or 0xB1424C) is known color: Hippie Pink. HEX triplet: B1, 42 and 4C. RGB value is (177,66,76). Sum of RGB (Red+Green+Blue) = 177+66+76=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1424C is #4EBDB3. Grayscale: #646464. Windows color (decimal): -5160372 or 4997809. OLE color: 4997809.

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

Color convert

RGB 177 66 76 -
CMYK 0 0.63 0.57 0.31
HSL 354.59º 0.46% 0.48% -
HSV(B) 354.59º 0.63% 0.69% -
XYZ 21.38 13.77 8.37 -
YUV 100.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 177 66 76 0 0.63 0.57 0.31 354.59 0.46 0.48
Hex B1 42 4C 0 3F 39 1F 163 2E 30
Octal 261 102 114 0 77 71 37 543 56 60
Binary 10110001 1000010 1001100 0 111111 111001 11111 101100011 101110 110000

Color Harmonies of #B1424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1424C

Black with #B1424C

Text Example


Text Example

White with #B1424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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