#B1444F

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

Shades of Hippie Pink #B1444F

Tints of Hippie Pink #B1444F

Color information

#B1444F (or 0xB1444F) is unknown color: approx Hippie Pink. HEX triplet: B1, 44 and 4F. RGB value is (177,68,79). Sum of RGB (Red+Green+Blue) = 177+68+79=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1444F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1444F is #4EBBB0. Grayscale: #656565. Windows color (decimal): -5159857 or 5194929. OLE color: 5194929.

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

Color convert

RGB1776879-
CMYK00.620.550.31
HSL353.94º44.49%48.04%-
HSV(B)353.94º61.58%69.41%-
XYZ21.6114.058.97-
YUV101.84115.11181.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.63%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=54.63%
G=20.99%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177687900.620.550.31353.9444.4948.04
HexB1444F03E371F1622c30
Octal26110411707667375425460
Binary1011000110001001001111011111011011111111101100010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1444F; }

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

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

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

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

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

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

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

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