Html Css Color HEX #B14C59 Hippie Pink

📋 copy color: '#B14C59'

red 177 ◦ green 76 ◦ blue 89

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

Shades of Hippie Pink #B14C59

Tints of Hippie Pink #B14C59

RGB

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

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

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

R = 51.75%
G = 22.22%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B14C59 (or 0xB14C59) is known color: Hippie Pink. HEX triplet: B1, 4C and 59. RGB value is (177,76,89). Sum of RGB (Red+Green+Blue) = 177+76+89=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C59 is #4EB3A6. Grayscale: #6B6B6B. Windows color (decimal): -5157799 or 5852337. OLE color: 5852337.

HSL color Cylindrical-coordinate representation of color #B14C59: hue angle of 352.28º 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 #B14C59 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 76 89 -
CMYK 0 0.57 0.50 0.31
HSL 352.28º 0.4% 0.5% -
HSV(B) 352.28º 0.57% 0.69% -
XYZ 22.52 15.24 11.21 -
YUV 107.68 117.46 177.44 -
System Red Green Blue C M Y K H S L
Decimal 177 76 89 0 0.57 0.50 0.31 352.28 0.4 0.5
Hex B1 4C 59 0 39 32 1F 160 28 32
Octal 261 114 131 0 71 62 37 540 50 62
Binary 10110001 1001100 1011001 0 111001 110010 11111 101100000 101000 110010

Color Harmonies of #B14C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C59

Black with #B14C59

Text Example


Text Example

White with #B14C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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