#B7414E

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

Shades of Hippie Pink #B7414E

Tints of Hippie Pink #B7414E

Color information

#B7414E (or 0xB7414E) is unknown color: approx Hippie Pink. HEX triplet: B7, 41 and 4E. RGB value is (183,65,78). Sum of RGB (Red+Green+Blue) = 183+65+78=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7414E is #48BEB1. Grayscale: #656565. Windows color (decimal): -4767410 or 5128631. OLE color: 5128631.

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

Color convert

RGB1836578-
CMYK00.640.570.28
HSL353.39º47.58%48.63%-
HSV(B)353.39º64.48%71.76%-
XYZ22.7914.48.79-
YUV101.76114.59185.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.13%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=56.13%
G=19.94%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183657800.640.570.28353.3947.5848.63
HexB7414E040391C1613031
Octal267101116010071345416061
Binary10110111100000110011100100000011100111100101100001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7414E; }

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

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

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

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

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

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

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

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