#B1445D

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

Shades of Hippie Pink #B1445D

Tints of Hippie Pink #B1445D

Color information

#B1445D (or 0xB1445D) is unknown color: approx Hippie Pink. HEX triplet: B1, 44 and 5D. RGB value is (177,68,93). Sum of RGB (Red+Green+Blue) = 177+68+93=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1445D is #4EBBA2. Grayscale: #676767. Windows color (decimal): -5159843 or 6112433. OLE color: 6112433.

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

Color convert

RGB1776893-
CMYK00.620.470.31
HSL346.24º44.49%48.04%-
HSV(B)346.24º61.58%69.41%-
XYZ22.1714.2711.94-
YUV103.44122.11180.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=52.37%
G=20.12%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177689300.620.470.31346.2444.4948.04
HexB1445D03E2F1F15a2c30
Octal26110413507657375325460
Binary1011000110001001011101011111010111111111101011010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1445D; }

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

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

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

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

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

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

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

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