#B7445E

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

Shades of Hippie Pink #B7445E

Tints of Hippie Pink #B7445E

Color information

#B7445E (or 0xB7445E) is unknown color: approx Hippie Pink. HEX triplet: B7, 44 and 5E. RGB value is (183,68,94). Sum of RGB (Red+Green+Blue) = 183+68+94=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7445E is #48BBA1. Grayscale: #696969. Windows color (decimal): -4766626 or 6177975. OLE color: 6177975.

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

Color convert

RGB1836894-
CMYK00.630.490.28
HSL346.43º45.82%49.22%-
HSV(B)346.43º62.84%71.76%-
XYZ23.6215.0112.24-
YUV105.35121.6183.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=53.04%
G=19.71%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183689400.630.490.28346.4345.8249.22
HexB7445E03F311C15a2e31
Octal26710413607761345325661
Binary1011011110001001011110011111111000111100101011010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7445E; }

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

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

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

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

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

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

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

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