#B35456

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

Shades of Hippie Pink #B35456

Tints of Hippie Pink #B35456

Color information

#B35456 (or 0xB35456) is unknown color: approx Hippie Pink. HEX triplet: B3, 54 and 56. RGB value is (179,84,86). Sum of RGB (Red+Green+Blue) = 179+84+86=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B35456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35456 is #4CABA9. Grayscale: #707070. Windows color (decimal): -5024682 or 5657779. OLE color: 5657779.

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

Color convert

RGB1798486-
CMYK00.530.520.30
HSL358.74º38.46%51.57%-
HSV(B)358.74º53.07%70.2%-
XYZ23.4416.610.77-
YUV112.63112.97175.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=51.29%
G=24.07%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179848600.530.520.30358.7438.4651.57
HexB35456035341E1672634
Octal26312412606564365474664
Binary1011001110101001010110011010111010011110101100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35456; }

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

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

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

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

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

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

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

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