#B6505A

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

Shades of Hippie Pink #B6505A

Tints of Hippie Pink #B6505A

Color information

#B6505A (or 0xB6505A) is unknown color: approx Hippie Pink. HEX triplet: B6, 50 and 5A. RGB value is (182,80,90). Sum of RGB (Red+Green+Blue) = 182+80+90=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B6505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6505A is #49AFA5. Grayscale: #6F6F6F. Windows color (decimal): -4829094 or 5918902. OLE color: 5918902.

HSL color Cylindrical-coordinate representation of color #B6505A: hue angle of 354.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6505A is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1828090-
CMYK00.560.510.29
HSL354.12º41.13%51.37%-
HSV(B)354.12º56.04%71.37%-
XYZ24.0116.4211.58-
YUV111.64115.79178.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=51.70%
G=22.73%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182809000.560.510.29354.1241.1351.37
HexB6505A038331D1622933
Octal26612013207063355425163
Binary1011011010100001011010011100011001111101101100010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6505A; }

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

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

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

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

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

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

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

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