#B35253

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

Shades of Hippie Pink #B35253

Tints of Hippie Pink #B35253

Color information

#B35253 (or 0xB35253) is unknown color: approx Hippie Pink. HEX triplet: B3, 52 and 53. RGB value is (179,82,83). Sum of RGB (Red+Green+Blue) = 179+82+83=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B35253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35253 is #4CADAC. Grayscale: #6F6F6F. Windows color (decimal): -5025197 or 5460659. OLE color: 5460659.

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

Color convert

RGB1798283-
CMYK00.540.540.30
HSL359.38º38.96%51.18%-
HSV(B)359.38º54.19%70.2%-
XYZ23.1716.2410.1-
YUV111.12112.14176.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 83 (32.81% from 255) = 24.13%
R=52.03%
G=23.84%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179828300.540.540.30359.3838.9651.18
HexB35253036361E1672733
Octal26312212306666365474763
Binary1011001110100101010011011011011011011110101100111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35253; }

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

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

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

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

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

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

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

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