#B35356

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

Shades of Hippie Pink #B35356

Tints of Hippie Pink #B35356

Color information

#B35356 (or 0xB35356) is unknown color: approx Hippie Pink. HEX triplet: B3, 53 and 56. RGB value is (179,83,86). Sum of RGB (Red+Green+Blue) = 179+83+86=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B35356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35356 is #4CACA9. Grayscale: #707070. Windows color (decimal): -5024938 or 5657523. OLE color: 5657523.

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

Color convert

RGB1798386-
CMYK00.540.520.30
HSL358.12º38.71%51.37%-
HSV(B)358.12º53.63%70.2%-
XYZ23.3616.4410.75-
YUV112.05113.3175.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=51.44%
G=23.85%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179838600.540.520.30358.1238.7151.37
HexB35356036341E1662733
Octal26312312606664365464763
Binary1011001110100111010110011011011010011110101100110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35356; }

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

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

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

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

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

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

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

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