#B1415E

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

Shades of Hippie Pink #B1415E

Tints of Hippie Pink #B1415E

Color information

#B1415E (or 0xB1415E) is unknown color: approx Hippie Pink. HEX triplet: B1, 41 and 5E. RGB value is (177,65,94). Sum of RGB (Red+Green+Blue) = 177+65+94=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1415E is #4EBEA1. Grayscale: #656565. Windows color (decimal): -5160610 or 6177201. OLE color: 6177201.

HSL color Cylindrical-coordinate representation of color #B1415E: hue angle of 344.46º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1415E is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1776594-
CMYK00.630.470.31
HSL344.46º46.28%47.45%-
HSV(B)344.46º63.28%69.41%-
XYZ22.0413.9412.12-
YUV101.79123.61181.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=52.68%
G=19.35%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177659400.630.470.31344.4646.2847.45
HexB1415E03F2F1F1582e2f
Octal26110113607757375305657
Binary1011000110000011011110011111110111111111101011000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1415E; }

 p { color: rgb(177,65,94); }

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

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

 a { background-color: rgb(177,65,94); }

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

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

 span { border-color: rgb(177,65,94); }

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