Html Css Color HEX #B14550 Hippie Pink

📋 copy color: '#B14550'

red 177 ◦ green 69 ◦ blue 80

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

Shades of Hippie Pink #B14550

Tints of Hippie Pink #B14550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 54.29%
G = 21.17%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B14550 (or 0xB14550) is known color: Hippie Pink. HEX triplet: B1, 45 and 50. RGB value is (177,69,80). Sum of RGB (Red+Green+Blue) = 177+69+80=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B14550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14550 is #4EBAAF. Grayscale: #666666. Windows color (decimal): -5159600 or 5260721. OLE color: 5260721.

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

Color convert

RGB 177 69 80 -
CMYK 0 0.61 0.55 0.31
HSL 353.89º 0.44% 0.48% -
HSV(B) 353.89º 0.61% 0.69% -
XYZ 21.71 14.18 9.18 -
YUV 102.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 177 69 80 0 0.61 0.55 0.31 353.89 0.44 0.48
Hex B1 45 50 0 3D 37 1F 162 2C 30
Octal 261 105 120 0 75 67 37 542 54 60
Binary 10110001 1000101 1010000 0 111101 110111 11111 101100010 101100 110000

Color Harmonies of #B14550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14550

Black with #B14550

Text Example


Text Example

White with #B14550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14550; }

 p { color: rgb(177,69,80); }

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

background-color css

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

 a { background-color: rgb(177,69,80); }

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

border-color css

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

 span { border-color: rgb(177,69,80); }

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