Html Css Color HEX #B1424D Hippie Pink

📋 copy color: '#B1424D'

red 177 ◦ green 66 ◦ blue 77

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

Shades of Hippie Pink #B1424D

Tints of Hippie Pink #B1424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 55.31%
G = 20.63%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1424D (or 0xB1424D) is known color: Hippie Pink. HEX triplet: B1, 42 and 4D. RGB value is (177,66,77). Sum of RGB (Red+Green+Blue) = 177+66+77=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1424D is #4EBDB2. Grayscale: #646464. Windows color (decimal): -5160371 or 5063345. OLE color: 5063345.

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

Color convert

RGB 177 66 77 -
CMYK 0 0.63 0.56 0.31
HSL 354.05º 0.46% 0.48% -
HSV(B) 354.05º 0.63% 0.69% -
XYZ 21.42 13.78 8.55 -
YUV 100.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 177 66 77 0 0.63 0.56 0.31 354.05 0.46 0.48
Hex B1 42 4D 0 3F 38 1F 162 2E 30
Octal 261 102 115 0 77 70 37 542 56 60
Binary 10110001 1000010 1001101 0 111111 111000 11111 101100010 101110 110000

Color Harmonies of #B1424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1424D

Black with #B1424D

Text Example


Text Example

White with #B1424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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