#B7415B

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

Shades of Hippie Pink #B7415B

Tints of Hippie Pink #B7415B

Color information

#B7415B (or 0xB7415B) is unknown color: approx Hippie Pink. HEX triplet: B7, 41 and 5B. RGB value is (183,65,91). Sum of RGB (Red+Green+Blue) = 183+65+91=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7415B is #48BEA4. Grayscale: #676767. Windows color (decimal): -4767397 or 5980599. OLE color: 5980599.

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

Color convert

RGB1836591-
CMYK00.640.500.28
HSL346.78º47.58%48.63%-
HSV(B)346.78º64.48%71.76%-
XYZ23.3114.611.49-
YUV103.25121.09184.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=53.98%
G=19.17%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183659100.640.500.28346.7847.5848.63
HexB7415B040321C15b3031
Octal267101133010062345336061
Binary10110111100000110110110100000011001011100101011011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7415B; }

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

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

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

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

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

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

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

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