#B7464A

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

Shades of Hippie Pink #B7464A

Tints of Hippie Pink #B7464A

Color information

#B7464A (or 0xB7464A) is unknown color: approx Hippie Pink. HEX triplet: B7, 46 and 4A. RGB value is (183,70,74). Sum of RGB (Red+Green+Blue) = 183+70+74=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7464A is #48B9B5. Grayscale: #686868. Windows color (decimal): -4766134 or 4867767. OLE color: 4867767.

HSL color Cylindrical-coordinate representation of color #B7464A: hue angle of 357.88º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7464A is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1837074-
CMYK00.620.600.28
HSL357.88º44.66%49.61%-
HSV(B)357.88º61.75%71.76%-
XYZ22.9514.948.15-
YUV104.24110.94184.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=55.96%
G=21.41%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183707400.620.600.28357.8844.6649.61
HexB7464A03E3C1C1662d32
Octal26710611207674345465562
Binary1011011110001101001010011111011110011100101100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7464A; }

 p { color: rgb(183,70,74); }

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

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

 a { background-color: rgb(183,70,74); }

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

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

 span { border-color: rgb(183,70,74); }

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