#B1454C

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

Shades of Hippie Pink #B1454C

Tints of Hippie Pink #B1454C

Color information

#B1454C (or 0xB1454C) is unknown color: approx Hippie Pink. HEX triplet: B1, 45 and 4C. RGB value is (177,69,76). Sum of RGB (Red+Green+Blue) = 177+69+76=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1454C is #4EBAB3. Grayscale: #666666. Windows color (decimal): -5159604 or 4998577. OLE color: 4998577.

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

Color convert

RGB1776976-
CMYK00.610.570.31
HSL356.11º43.9%48.24%-
HSV(B)356.11º61.02%69.41%-
XYZ21.5614.138.43-
YUV102.09113.28181.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=54.97%
G=21.43%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177697600.610.570.31356.1143.948.24
HexB1454C03D391F1642c30
Octal26110511407571375445460
Binary1011000110001011001100011110111100111111101100100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1454C; }

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

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

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

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

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

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

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

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