#B1434B

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

Shades of Hippie Pink #B1434B

Tints of Hippie Pink #B1434B

Color information

#B1434B (or 0xB1434B) is unknown color: approx Hippie Pink. HEX triplet: B1, 43 and 4B. RGB value is (177,67,75). Sum of RGB (Red+Green+Blue) = 177+67+75=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1434B is #4EBCB4. Grayscale: #646464. Windows color (decimal): -5160117 or 4932529. OLE color: 4932529.

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

Color convert

RGB1776775-
CMYK00.620.580.31
HSL355.64º45.08%47.84%-
HSV(B)355.64º62.15%69.41%-
XYZ21.4113.878.21-
YUV100.8113.44182.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=55.49%
G=21.00%
B=23.51%

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
Decimal177677500.620.580.31355.6445.0847.84
HexB1434B03E3A1F1642d30
Octal26110311307672375445560
Binary1011000110000111001011011111011101011111101100100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1434B; }

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

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

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

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

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

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

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

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