#B7465A

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

Shades of Hippie Pink #B7465A

Tints of Hippie Pink #B7465A

Color information

#B7465A (or 0xB7465A) is unknown color: approx Hippie Pink. HEX triplet: B7, 46 and 5A. RGB value is (183,70,90). Sum of RGB (Red+Green+Blue) = 183+70+90=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7465A is #48B9A5. Grayscale: #6A6A6A. Windows color (decimal): -4766118 or 5916343. OLE color: 5916343.

HSL color Cylindrical-coordinate representation of color #B7465A: hue angle of 349.38º 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 #B7465A is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1837090-
CMYK00.620.510.28
HSL349.38º44.66%49.61%-
HSV(B)349.38º61.75%71.76%-
XYZ23.5615.1911.36-
YUV106.07118.94182.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=53.35%
G=20.41%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183709000.620.510.28349.3844.6649.61
HexB7465A03E331C15d2d32
Octal26710613207663345355562
Binary1011011110001101011010011111011001111100101011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7465A; }

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

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

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

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

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

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

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

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