Html Css Color HEX #B14460 Hippie Pink

📋 copy color: '#B14460'

red 177 ◦ green 68 ◦ blue 96

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

Shades of Hippie Pink #B14460

Tints of Hippie Pink #B14460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

 BLUE value IS 96 (37.89% from 255) = 28.15%

R = 51.91%
G = 19.94%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B14460 (or 0xB14460) is known color: Hippie Pink. HEX triplet: B1, 44 and 60. RGB value is (177,68,96). Sum of RGB (Red+Green+Blue) = 177+68+96=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B14460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14460 is #4EBB9F. Grayscale: #676767. Windows color (decimal): -5159840 or 6309041. OLE color: 6309041.

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

Color convert

RGB 177 68 96 -
CMYK 0 0.62 0.46 0.31
HSL 344.59º 0.44% 0.48% -
HSV(B) 344.59º 0.62% 0.69% -
XYZ 22.31 14.33 12.66 -
YUV 103.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 177 68 96 0 0.62 0.46 0.31 344.59 0.44 0.48
Hex B1 44 60 0 3E 2E 1F 159 2C 30
Octal 261 104 140 0 76 56 37 531 54 60
Binary 10110001 1000100 1100000 0 111110 101110 11111 101011001 101100 110000

Color Harmonies of #B14460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14460

Black with #B14460

Text Example


Text Example

White with #B14460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14460; }

 p { color: rgb(177,68,96); }

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

background-color css

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

 a { background-color: rgb(177,68,96); }

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

border-color css

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

 span { border-color: rgb(177,68,96); }

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