#B14052

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

Shades of Hippie Pink #B14052

Tints of Hippie Pink #B14052

Color information

#B14052 (or 0xB14052) is unknown color: approx Hippie Pink. HEX triplet: B1, 40 and 52. RGB value is (177,64,82). Sum of RGB (Red+Green+Blue) = 177+64+82=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B14052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14052 is #4EBFAD. Grayscale: #636363. Windows color (decimal): -5160878 or 5390513. OLE color: 5390513.

HSL color Cylindrical-coordinate representation of color #B14052: hue angle of 350.44º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14052 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1776482-
CMYK00.640.540.31
HSL350.44º46.89%47.25%-
HSV(B)350.44º63.84%69.41%-
XYZ21.4913.629.48-
YUV99.84117.94183.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=54.80%
G=19.81%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177648200.640.540.31350.4446.8947.25
HexB14052040361F15e2f2f
Octal261100122010066375365757
Binary10110001100000010100100100000011011011111101011110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14052; }

 p { color: rgb(177,64,82); }

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

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

 a { background-color: rgb(177,64,82); }

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

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

 span { border-color: rgb(177,64,82); }

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