#B7415A

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

Shades of Hippie Pink #B7415A

Tints of Hippie Pink #B7415A

Color information

#B7415A (or 0xB7415A) is unknown color: approx Hippie Pink. HEX triplet: B7, 41 and 5A. RGB value is (183,65,90). Sum of RGB (Red+Green+Blue) = 183+65+90=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B7415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7415A is #48BEA5. Grayscale: #676767. Windows color (decimal): -4767398 or 5915063. OLE color: 5915063.

HSL color Cylindrical-coordinate representation of color #B7415A: hue angle of 347.29º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7415A is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1836590-
CMYK00.640.510.28
HSL347.29º47.58%48.63%-
HSV(B)347.29º64.48%71.76%-
XYZ23.2614.5911.26-
YUV103.13120.59184.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.14%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=54.14%
G=19.23%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183659000.640.510.28347.2947.5848.63
HexB7415A040331C15b3031
Octal267101132010063345336061
Binary10110111100000110110100100000011001111100101011011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7415A; }

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

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

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

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

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

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

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

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