#B35152

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

Shades of Hippie Pink #B35152

Tints of Hippie Pink #B35152

Color information

#B35152 (or 0xB35152) is unknown color: approx Hippie Pink. HEX triplet: B3, 51 and 52. RGB value is (179,81,82). Sum of RGB (Red+Green+Blue) = 179+81+82=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B35152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35152 is #4CAEAD. Grayscale: #6E6E6E. Windows color (decimal): -5025454 or 5394867. OLE color: 5394867.

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

Color convert

RGB1798182-
CMYK00.550.540.30
HSL359.39º39.2%50.98%-
HSV(B)359.39º54.75%70.2%-
XYZ23.0616.089.87-
YUV110.42111.97176.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.34%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=52.34%
G=23.68%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179818200.550.540.30359.3939.250.98
HexB35152037361E1672733
Octal26312112206766365474763
Binary1011001110100011010010011011111011011110101100111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35152; }

 p { color: rgb(179,81,82); }

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

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

 a { background-color: rgb(179,81,82); }

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

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

 span { border-color: rgb(179,81,82); }

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