Html Css Color HEX #B14C5C Hippie Pink

📋 copy color: '#B14C5C'

red 177 ◦ green 76 ◦ blue 92

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

Shades of Hippie Pink #B14C5C

Tints of Hippie Pink #B14C5C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.03%

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 51.3%
G = 22.03%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B14C5C (or 0xB14C5C) is known color: Hippie Pink. HEX triplet: B1, 4C and 5C. RGB value is (177,76,92). Sum of RGB (Red+Green+Blue) = 177+76+92=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C5C is #4EB3A3. Grayscale: #6C6C6C. Windows color (decimal): -5157796 or 6048945. OLE color: 6048945.

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

Color convert

RGB 177 76 92 -
CMYK 0 0.57 0.48 0.31
HSL 350.5º 0.4% 0.5% -
HSV(B) 350.5º 0.57% 0.69% -
XYZ 22.65 15.29 11.88 -
YUV 108.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 177 76 92 0 0.57 0.48 0.31 350.5 0.4 0.5
Hex B1 4C 5C 0 39 30 1F 15E 28 32
Octal 261 114 134 0 71 60 37 536 50 62
Binary 10110001 1001100 1011100 0 111001 110000 11111 101011110 101000 110010

Color Harmonies of #B14C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C5C

Black with #B14C5C

Text Example


Text Example

White with #B14C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C5C; }

 p { color: rgb(177,76,92); }

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

background-color css

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

 a { background-color: rgb(177,76,92); }

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

border-color css

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

 span { border-color: rgb(177,76,92); }

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