#B1444B

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

Shades of Hippie Pink #B1444B

Tints of Hippie Pink #B1444B

Color information

#B1444B (or 0xB1444B) is unknown color: approx Hippie Pink. HEX triplet: B1, 44 and 4B. RGB value is (177,68,75). Sum of RGB (Red+Green+Blue) = 177+68+75=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1444B is #4EBBB4. Grayscale: #656565. Windows color (decimal): -5159861 or 4932785. OLE color: 4932785.

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

Color convert

RGB1776875-
CMYK00.620.580.31
HSL356.15º44.49%48.04%-
HSV(B)356.15º61.58%69.41%-
XYZ21.4713.998.23-
YUV101.39113.11181.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.31%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=55.31%
G=21.25%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177687500.620.580.31356.1544.4948.04
HexB1444B03E3A1F1642c30
Octal26110411307672375445460
Binary1011000110001001001011011111011101011111101100100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1444B; }

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

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

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

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

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

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

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

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