Html Css Color HEX #B14257 Hippie Pink

📋 copy color: '#B14257'

red 177 ◦ green 66 ◦ blue 87

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

Shades of Hippie Pink #B14257

Tints of Hippie Pink #B14257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 53.64%
G = 20%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B14257 (or 0xB14257) is known color: Hippie Pink. HEX triplet: B1, 42 and 57. RGB value is (177,66,87). Sum of RGB (Red+Green+Blue) = 177+66+87=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B14257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14257 is #4EBDA8. Grayscale: #656565. Windows color (decimal): -5160361 or 5718705. OLE color: 5718705.

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

Color convert

RGB 177 66 87 -
CMYK 0 0.63 0.51 0.31
HSL 348.65º 0.46% 0.48% -
HSV(B) 348.65º 0.63% 0.69% -
XYZ 21.8 13.93 10.56 -
YUV 101.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 177 66 87 0 0.63 0.51 0.31 348.65 0.46 0.48
Hex B1 42 57 0 3F 33 1F 15D 2E 30
Octal 261 102 127 0 77 63 37 535 56 60
Binary 10110001 1000010 1010111 0 111111 110011 11111 101011101 101110 110000

Color Harmonies of #B14257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14257

Black with #B14257

Text Example


Text Example

White with #B14257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14257; }

 p { color: rgb(177,66,87); }

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

background-color css

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

 a { background-color: rgb(177,66,87); }

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

border-color css

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

 span { border-color: rgb(177,66,87); }

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