#B1424E

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

Shades of Hippie Pink #B1424E

Tints of Hippie Pink #B1424E

Color information

#B1424E (or 0xB1424E) is unknown color: approx Hippie Pink. HEX triplet: B1, 42 and 4E. RGB value is (177,66,78). Sum of RGB (Red+Green+Blue) = 177+66+78=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1424E is #4EBDB1. Grayscale: #646464. Windows color (decimal): -5160370 or 5128881. OLE color: 5128881.

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

Color convert

RGB1776678-
CMYK00.630.560.31
HSL353.51º45.68%47.65%-
HSV(B)353.51º62.71%69.41%-
XYZ21.4513.798.74-
YUV100.56115.27182.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=55.14%
G=20.56%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177667800.630.560.31353.5145.6847.65
HexB1424E03F381F1622e30
Octal26110211607770375425660
Binary1011000110000101001110011111111100011111101100010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1424E; }

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

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

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

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

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

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

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

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