Html Css Color HEX #B14159 Hippie Pink

📋 copy color: '#B14159'

red 177 ◦ green 65 ◦ blue 89

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

Shades of Hippie Pink #B14159

Tints of Hippie Pink #B14159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 53.47%
G = 19.64%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B14159 (or 0xB14159) is known color: Hippie Pink. HEX triplet: B1, 41 and 59. RGB value is (177,65,89). Sum of RGB (Red+Green+Blue) = 177+65+89=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B14159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14159 is #4EBEA6. Grayscale: #656565. Windows color (decimal): -5160615 or 5849521. OLE color: 5849521.

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

Color convert

RGB 177 65 89 -
CMYK 0 0.63 0.50 0.31
HSL 347.14º 0.46% 0.47% -
HSV(B) 347.14º 0.63% 0.69% -
XYZ 21.82 13.85 10.97 -
YUV 101.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 177 65 89 0 0.63 0.50 0.31 347.14 0.46 0.47
Hex B1 41 59 0 3F 32 1F 15B 2E 2F
Octal 261 101 131 0 77 62 37 533 56 57
Binary 10110001 1000001 1011001 0 111111 110010 11111 101011011 101110 101111

Color Harmonies of #B14159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14159

Black with #B14159

Text Example


Text Example

White with #B14159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14159; }

 p { color: rgb(177,65,89); }

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

background-color css

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

 a { background-color: rgb(177,65,89); }

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

border-color css

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

 span { border-color: rgb(177,65,89); }

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