#B34150

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

Shades of Hippie Pink #B34150

Tints of Hippie Pink #B34150

Color information

#B34150 (or 0xB34150) is unknown color: approx Hippie Pink. HEX triplet: B3, 41 and 50. RGB value is (179,65,80). Sum of RGB (Red+Green+Blue) = 179+65+80=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B34150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34150 is #4CBEAF. Grayscale: #646464. Windows color (decimal): -5029552 or 5259699. OLE color: 5259699.

HSL color Cylindrical-coordinate representation of color #B34150: hue angle of 352.11º 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 #B34150 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB1796580-
CMYK00.640.550.30
HSL352.11º46.72%47.84%-
HSV(B)352.11º63.69%70.2%-
XYZ21.9313.949.13-
YUV100.8116.27183.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.25%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=55.25%
G=20.06%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179658000.640.550.30352.1146.7247.84
HexB34150040371E1602f30
Octal263101120010067365405760
Binary10110011100000110100000100000011011111110101100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34150; }

 p { color: rgb(179,65,80); }

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

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

 a { background-color: rgb(179,65,80); }

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

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

 span { border-color: rgb(179,65,80); }

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