Html Css Color HEX #B14A5D Hippie Pink

📋 copy color: '#B14A5D'

red 177 ◦ green 74 ◦ blue 93

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

Shades of Hippie Pink #B14A5D

Tints of Hippie Pink #B14A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 93 (36.72% from 255) = 27.03%

R = 51.45%
G = 21.51%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B14A5D (or 0xB14A5D) is known color: Hippie Pink. HEX triplet: B1, 4A and 5D. RGB value is (177,74,93). Sum of RGB (Red+Green+Blue) = 177+74+93=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A5D is #4EB5A2. Grayscale: #6A6A6A. Windows color (decimal): -5158307 or 6113969. OLE color: 6113969.

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

Color convert

RGB 177 74 93 -
CMYK 0 0.58 0.47 0.31
HSL 348.93º 0.41% 0.49% -
HSV(B) 348.93º 0.58% 0.69% -
XYZ 22.56 15.03 12.07 -
YUV 106.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 177 74 93 0 0.58 0.47 0.31 348.93 0.41 0.49
Hex B1 4A 5D 0 3A 2F 1F 15D 29 31
Octal 261 112 135 0 72 57 37 535 51 61
Binary 10110001 1001010 1011101 0 111010 101111 11111 101011101 101001 110001

Color Harmonies of #B14A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14A5D

Black with #B14A5D

Text Example


Text Example

White with #B14A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14A5D; }

 p { color: rgb(177,74,93); }

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

background-color css

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

 a { background-color: rgb(177,74,93); }

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

border-color css

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

 span { border-color: rgb(177,74,93); }

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