#B2565B

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

Shades of Hippie Pink #B2565B

Tints of Hippie Pink #B2565B

Color information

#B2565B (or 0xB2565B) is unknown color: approx Hippie Pink. HEX triplet: B2, 56 and 5B. RGB value is (178,86,91). Sum of RGB (Red+Green+Blue) = 178+86+91=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2565B is #4DA9A4. Grayscale: #727272. Windows color (decimal): -5089701 or 5985970. OLE color: 5985970.

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

Color convert

RGB1788691-
CMYK00.520.490.30
HSL356.74º37.4%51.76%-
HSV(B)356.74º51.69%69.8%-
XYZ23.5816.8811.91-
YUV114.08114.98173.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=50.14%
G=24.23%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178869100.520.490.30356.7437.451.76
HexB2565B034311E1652534
Octal26212613306461365454564
Binary1011001010101101011011011010011000111110101100101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2565B; }

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

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

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

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

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

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

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

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