#B1435D

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

Shades of Hippie Pink #B1435D

Tints of Hippie Pink #B1435D

Color information

#B1435D (or 0xB1435D) is unknown color: approx Hippie Pink. HEX triplet: B1, 43 and 5D. RGB value is (177,67,93). Sum of RGB (Red+Green+Blue) = 177+67+93=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1435D is #4EBCA2. Grayscale: #666666. Windows color (decimal): -5160099 or 6112177. OLE color: 6112177.

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

Color convert

RGB1776793-
CMYK00.620.470.31
HSL345.82º45.08%47.84%-
HSV(B)345.82º62.15%69.41%-
XYZ22.1114.1511.92-
YUV102.85122.44180.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=52.52%
G=19.88%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177679300.620.470.31345.8245.0847.84
HexB1435D03E2F1F15a2d30
Octal26110313507657375325560
Binary1011000110000111011101011111010111111111101011010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1435D; }

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

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

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

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

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

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

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

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