#B1434A

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

Shades of Hippie Pink #B1434A

Tints of Hippie Pink #B1434A

Color information

#B1434A (or 0xB1434A) is unknown color: approx Hippie Pink. HEX triplet: B1, 43 and 4A. RGB value is (177,67,74). Sum of RGB (Red+Green+Blue) = 177+67+74=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1434A is #4EBCB5. Grayscale: #646464. Windows color (decimal): -5160118 or 4866993. OLE color: 4866993.

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

Color convert

RGB1776774-
CMYK00.620.580.31
HSL356.18º45.08%47.84%-
HSV(B)356.18º62.15%69.41%-
XYZ21.3713.868.03-
YUV100.69112.94182.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=55.66%
G=21.07%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177677400.620.580.31356.1845.0847.84
HexB1434A03E3A1F1642d30
Octal26110311207672375445560
Binary1011000110000111001010011111011101011111101100100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1434A; }

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

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

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

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

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

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

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

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