#B1454F

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

Shades of Hippie Pink #B1454F

Tints of Hippie Pink #B1454F

Color information

#B1454F (or 0xB1454F) is unknown color: approx Hippie Pink. HEX triplet: B1, 45 and 4F. RGB value is (177,69,79). Sum of RGB (Red+Green+Blue) = 177+69+79=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1454F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1454F is #4EBAB0. Grayscale: #666666. Windows color (decimal): -5159601 or 5195185. OLE color: 5195185.

HSL color Cylindrical-coordinate representation of color #B1454F: hue angle of 354.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1454F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1776979-
CMYK00.610.550.31
HSL354.44º43.9%48.24%-
HSV(B)354.44º61.02%69.41%-
XYZ21.6714.178.99-
YUV102.43114.78181.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=54.46%
G=21.23%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177697900.610.550.31354.4443.948.24
HexB1454F03D371F1622c30
Octal26110511707567375425460
Binary1011000110001011001111011110111011111111101100010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1454F; }

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

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

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

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

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

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

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

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