#B1484B

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

Shades of Hippie Pink #B1484B

Tints of Hippie Pink #B1484B

Color information

#B1484B (or 0xB1484B) is unknown color: approx Hippie Pink. HEX triplet: B1, 48 and 4B. RGB value is (177,72,75). Sum of RGB (Red+Green+Blue) = 177+72+75=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1484B is #4EB7B4. Grayscale: #676767. Windows color (decimal): -5158837 or 4933809. OLE color: 4933809.

HSL color Cylindrical-coordinate representation of color #B1484B: hue angle of 358.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1484B is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1777275-
CMYK00.590.580.31
HSL358.29º42.17%48.82%-
HSV(B)358.29º59.32%69.41%-
XYZ21.7214.498.31-
YUV103.74111.79180.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.63%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=54.63%
G=22.22%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177727500.590.580.31358.2942.1748.82
HexB1484B03B3A1F1662a31
Octal26111011307372375465261
Binary1011000110010001001011011101111101011111101100110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1484B; }

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

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

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

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

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

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

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

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