Html Css Color HEX #B1404F Hippie Pink

📋 copy color: '#B1404F'

red 177 ◦ green 64 ◦ blue 79

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

Shades of Hippie Pink #B1404F

Tints of Hippie Pink #B1404F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 55.31%
G = 20%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1404F (or 0xB1404F) is known color: Hippie Pink. HEX triplet: B1, 40 and 4F. RGB value is (177,64,79). Sum of RGB (Red+Green+Blue) = 177+64+79=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1404F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1404F is #4EBFB0. Grayscale: #636363. Windows color (decimal): -5160881 or 5193905. OLE color: 5193905.

HSL color Cylindrical-coordinate representation of color #B1404F: hue angle of 352.04º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1404F is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 79 -
CMYK 0 0.64 0.55 0.31
HSL 352.04º 0.47% 0.47% -
HSV(B) 352.04º 0.64% 0.69% -
XYZ 21.38 13.58 8.89 -
YUV 99.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 177 64 79 0 0.64 0.55 0.31 352.04 0.47 0.47
Hex B1 40 4F 0 40 37 1F 160 2F 2F
Octal 261 100 117 0 100 67 37 540 57 57
Binary 10110001 1000000 1001111 0 1000000 110111 11111 101100000 101111 101111

Color Harmonies of #B1404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1404F

Black with #B1404F

Text Example


Text Example

White with #B1404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1404F; }

 p { color: rgb(177,64,79); }

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

background-color css

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

 a { background-color: rgb(177,64,79); }

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

border-color css

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

 span { border-color: rgb(177,64,79); }

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