#B7415E

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

Shades of Hippie Pink #B7415E

Tints of Hippie Pink #B7415E

Color information

#B7415E (or 0xB7415E) is unknown color: approx Hippie Pink. HEX triplet: B7, 41 and 5E. RGB value is (183,65,94). Sum of RGB (Red+Green+Blue) = 183+65+94=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7415E is #48BEA1. Grayscale: #676767. Windows color (decimal): -4767394 or 6177207. OLE color: 6177207.

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

Color convert

RGB1836594-
CMYK00.640.490.28
HSL345.25º47.58%48.63%-
HSV(B)345.25º64.48%71.76%-
XYZ23.4414.6612.18-
YUV103.59122.59184.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.51%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=53.51%
G=19.01%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183659400.640.490.28345.2547.5848.63
HexB7415E040311C1593031
Octal267101136010061345316061
Binary10110111100000110111100100000011000111100101011001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7415E; }

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

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

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

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

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

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

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

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