#B2505A

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

Shades of Hippie Pink #B2505A

Tints of Hippie Pink #B2505A

Color information

#B2505A (or 0xB2505A) is unknown color: approx Hippie Pink. HEX triplet: B2, 50 and 5A. RGB value is (178,80,90). Sum of RGB (Red+Green+Blue) = 178+80+90=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B2505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2505A is #4DAFA5. Grayscale: #6E6E6E. Windows color (decimal): -5091238 or 5918898. OLE color: 5918898.

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

Color convert

RGB1788090-
CMYK00.550.490.30
HSL353.88º38.89%50.59%-
HSV(B)353.88º55.06%69.8%-
XYZ23.0715.9411.53-
YUV110.44116.47176.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=51.15%
G=22.99%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178809000.550.490.30353.8838.8950.59
HexB2505A037311E1622733
Octal26212013206761365424763
Binary1011001010100001011010011011111000111110101100010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2505A; }

 p { color: rgb(178,80,90); }

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

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

 a { background-color: rgb(178,80,90); }

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

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

 span { border-color: rgb(178,80,90); }

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