#B14447

Color #B14447 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B14447

Tints of Hippie Pink #B14447

Color information

#B14447 (or 0xB14447) is unknown color: approx Hippie Pink. HEX triplet: B1, 44 and 47. RGB value is (177,68,71). Sum of RGB (Red+Green+Blue) = 177+68+71=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B14447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14447 is #4EBBB8. Grayscale: #656565. Windows color (decimal): -5159865 or 4670641. OLE color: 4670641.

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

Color convert

RGB1776871-
CMYK00.620.600.31
HSL358.35º44.49%48.04%-
HSV(B)358.35º61.58%69.41%-
XYZ21.3413.947.53-
YUV100.93111.11182.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 71 (28.12% from 255) = 22.47%
R=56.01%
G=21.52%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177687100.620.600.31358.3544.4948.04
HexB1444703E3C1F1662c30
Octal26110410707674375465460
Binary1011000110001001000111011111011110011111101100110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14447; }

 p { color: rgb(177,68,71); }

 H1.HeaderClassName
 {
   color: #B14447;
 }
 .AnyTagClassName
 {
   color: #B14447;
 }
</style>
background-color css

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

 a { background-color: rgb(177,68,71); }

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

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

 span { border-color: rgb(177,68,71); }

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