#B2565C

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

Shades of Hippie Pink #B2565C

Tints of Hippie Pink #B2565C

Color information

#B2565C (or 0xB2565C) is unknown color: approx Hippie Pink. HEX triplet: B2, 56 and 5C. RGB value is (178,86,92). Sum of RGB (Red+Green+Blue) = 178+86+92=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2565C is #4DA9A3. Grayscale: #727272. Windows color (decimal): -5089700 or 6051506. OLE color: 6051506.

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

Color convert

RGB1788692-
CMYK00.520.480.30
HSL356.09º37.4%51.76%-
HSV(B)356.09º51.69%69.8%-
XYZ23.6216.8912.14-
YUV114.19115.48173.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=50%
G=24.16%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178869200.520.480.30356.0937.451.76
HexB2565C034301E1642534
Octal26212613406460365444564
Binary1011001010101101011100011010011000011110101100100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2565C; }

 p { color: rgb(178,86,92); }

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

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

 a { background-color: rgb(178,86,92); }

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

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

 span { border-color: rgb(178,86,92); }

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