Html Css Color HEX #B14050 Hippie Pink

📋 copy color: '#B14050'

red 177 ◦ green 64 ◦ blue 80

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

Shades of Hippie Pink #B14050

Tints of Hippie Pink #B14050

RGB

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

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

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

R = 55.14%
G = 19.94%
B = 24.92%

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

#B14050 (or 0xB14050) is known color: Hippie Pink. HEX triplet: B1, 40 and 50. RGB value is (177,64,80). Sum of RGB (Red+Green+Blue) = 177+64+80=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B14050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14050 is #4EBFAF. Grayscale: #636363. Windows color (decimal): -5160880 or 5259441. OLE color: 5259441.

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

Color convert

RGB 177 64 80 -
CMYK 0 0.64 0.55 0.31
HSL 351.5º 0.47% 0.47% -
HSV(B) 351.5º 0.64% 0.69% -
XYZ 21.41 13.59 9.08 -
YUV 99.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 177 64 80 0 0.64 0.55 0.31 351.5 0.47 0.47
Hex B1 40 50 0 40 37 1F 160 2F 2F
Octal 261 100 120 0 100 67 37 540 57 57
Binary 10110001 1000000 1010000 0 1000000 110111 11111 101100000 101111 101111

Color Harmonies of #B14050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14050

Black with #B14050

Text Example


Text Example

White with #B14050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14050; }

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

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

background-color css

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

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

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

border-color css

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

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

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