#B34053

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

Shades of Hippie Pink #B34053

Tints of Hippie Pink #B34053

Color information

#B34053 (or 0xB34053) is unknown color: approx Hippie Pink. HEX triplet: B3, 40 and 53. RGB value is (179,64,83). Sum of RGB (Red+Green+Blue) = 179+64+83=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B34053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34053 is #4CBFAC. Grayscale: #646464. Windows color (decimal): -5029805 or 5456051. OLE color: 5456051.

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

Color convert

RGB1796483-
CMYK00.640.540.30
HSL350.09º47.33%47.65%-
HSV(B)350.09º64.25%70.2%-
XYZ21.9913.889.7-
YUV100.55118.1183.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.91%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=54.91%
G=19.63%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179648300.640.540.30350.0947.3347.65
HexB34053040361E15e2f30
Octal263100123010066365365760
Binary10110011100000010100110100000011011011110101011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34053; }

 p { color: rgb(179,64,83); }

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

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

 a { background-color: rgb(179,64,83); }

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

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

 span { border-color: rgb(179,64,83); }

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