Html Css Color HEX #B14955 Hippie Pink

📋 copy color: '#B14955'

red 177 ◦ green 73 ◦ blue 85

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

Shades of Hippie Pink #B14955

Tints of Hippie Pink #B14955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 85 (33.59% from 255) = 25.37%

R = 52.84%
G = 21.79%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B14955 (or 0xB14955) is known color: Hippie Pink. HEX triplet: B1, 49 and 55. RGB value is (177,73,85). Sum of RGB (Red+Green+Blue) = 177+73+85=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B14955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14955 is #4EB6AA. Grayscale: #696969. Windows color (decimal): -5158571 or 5589425. OLE color: 5589425.

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

Color convert

RGB 177 73 85 -
CMYK 0 0.59 0.52 0.31
HSL 353.08º 0.42% 0.49% -
HSV(B) 353.08º 0.59% 0.69% -
XYZ 22.15 14.77 10.28 -
YUV 105.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 177 73 85 0 0.59 0.52 0.31 353.08 0.42 0.49
Hex B1 49 55 0 3B 34 1F 161 2A 31
Octal 261 111 125 0 73 64 37 541 52 61
Binary 10110001 1001001 1010101 0 111011 110100 11111 101100001 101010 110001

Color Harmonies of #B14955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14955

Black with #B14955

Text Example


Text Example

White with #B14955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14955; }

 p { color: rgb(177,73,85); }

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

background-color css

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

 a { background-color: rgb(177,73,85); }

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

border-color css

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

 span { border-color: rgb(177,73,85); }

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