#B1434D

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

Shades of Hippie Pink #B1434D

Tints of Hippie Pink #B1434D

Color information

#B1434D (or 0xB1434D) is unknown color: approx Hippie Pink. HEX triplet: B1, 43 and 4D. RGB value is (177,67,77). Sum of RGB (Red+Green+Blue) = 177+67+77=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1434D is #4EBCB2. Grayscale: #656565. Windows color (decimal): -5160115 or 5063601. OLE color: 5063601.

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

Color convert

RGB1776777-
CMYK00.620.560.31
HSL354.55º45.08%47.84%-
HSV(B)354.55º62.15%69.41%-
XYZ21.4813.98.57-
YUV101.03114.44182.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=55.14%
G=20.87%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177677700.620.560.31354.5545.0847.84
HexB1434D03E381F1632d30
Octal26110311507670375435560
Binary1011000110000111001101011111011100011111101100011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1434D; }

 p { color: rgb(177,67,77); }

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

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

 a { background-color: rgb(177,67,77); }

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

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

 span { border-color: rgb(177,67,77); }

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