#B14253

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

Shades of Hippie Pink #B14253

Tints of Hippie Pink #B14253

Color information

#B14253 (or 0xB14253) is unknown color: approx Hippie Pink. HEX triplet: B1, 42 and 53. RGB value is (177,66,83). Sum of RGB (Red+Green+Blue) = 177+66+83=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B14253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14253 is #4EBDAC. Grayscale: #656565. Windows color (decimal): -5160365 or 5456561. OLE color: 5456561.

HSL color Cylindrical-coordinate representation of color #B14253: hue angle of 350.81º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14253 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1776683-
CMYK00.630.530.31
HSL350.81º45.68%47.65%-
HSV(B)350.81º62.71%69.41%-
XYZ21.6413.879.72-
YUV101.13117.77182.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=54.29%
G=20.25%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177668300.630.530.31350.8145.6847.65
HexB1425303F351F15f2e30
Octal26110212307765375375660
Binary1011000110000101010011011111111010111111101011111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14253; }

 p { color: rgb(177,66,83); }

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

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

 a { background-color: rgb(177,66,83); }

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

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

 span { border-color: rgb(177,66,83); }

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